8#include "dawn/porting/config.hxx"
9#include "dawn/proto/nxscope/nxscope.hxx"
20 PROTO_NXSCOPE_UDP_CFG_FIRST = 0,
24 PROTO_NXSCOPE_UDP_CFG_LAST = 31
29 , port(CONFIG_DAWN_PROTO_NXSCOPE_UDP_PORT)
33 ~CProtoNxscopeUdp()
override;
35#ifdef CONFIG_DAWN_OBJECT_HAS_NAME
36 const char *getClassNameStr()
const override
42 int initPriv()
override;
43 int deinitPriv()
override;
44 int startPriv()
override;
45 int stopPriv()
override;
66 return CProtoNxscopeUdp::cfgId(
false,
68 (count * (
sizeof(CProtoNxscope::SProtoNxscopeIOBind2) / 4)),
79 struct nxscope_udp_cfg_s nxsUdpCfg;
81 int configureDesc(
const CDescObject &desc);
82 int confgureNxscopePriv();
Descriptor wrapper for individual object configuration.
@ PROTO_CLASS_NXSCOPE_UDP
NxScope real-time visualization (UDP interface).
NXScope over UDP transport.
@ PROTO_NXSCOPE_UDP_CFG_IOBIND2
I/O bindings with names.
@ PROTO_NXSCOPE_UDP_CFG_PORT
UDP local port.
@ PROTO_NXSCOPE_UDP_CFG_IOBIND
I/O bindings.
Real-time data visualization protocol (base class).
static ObjectCfgId objectCfg(uint8_t type, uint16_t cls, uint8_t dtype, bool rw, uint16_t size, uint8_t id)
Construct 32-bit ConfigID from component fields.
uint32_t ObjectCfgId
ConfigID type - single 32-bit value.
Out-of-tree user-extension hooks for Dawn.
@ OBJTYPE_PROTO
Protocol object type.
@ DTYPE_ANY
Wildcard data type (matches any actual type).
@ DTYPE_UINT16
Unsigned 16-bit integer (0 to 65535).
uint32_t ObjectId
ObjectID type - single 32-bit value.
static ObjectId objectId(uint8_t type, uint16_t cls, uint8_t dtype, uint8_t flags, uint16_t priv)
Construct 32-bit ObjectID from component fields.