8#include "dawn/porting/config.hxx"
9#include "dawn/proto/nxscope/nxscope.hxx"
24 PROTO_NXSCOPE_DUMMY_CFG_FIRST = 0,
27 PROTO_NXSCOPE_DUMMY_CFG_LAST = 31
35 ~CProtoNxscopeDummy()
override;
37#ifdef CONFIG_DAWN_OBJECT_HAS_NAME
38 const char *getClassNameStr()
const override
44 int initPriv()
override;
45 int deinitPriv()
override;
46 int startPriv()
override;
47 int stopPriv()
override;
66 return CProtoNxscopeDummy::cfgId(
72 return CProtoNxscopeDummy::cfgId(
false,
74 (count * (
sizeof(CProtoNxscope::SProtoNxscopeIOBind2) / 4)),
79 struct nxscope_dummy_cfg_s nxsDummyCfg;
81 int configureDesc(
const CDescObject &desc);
82 int confgureNxscopePriv();
Descriptor wrapper for individual object configuration.
@ PROTO_CLASS_NXSCOPE_DUMMY
NxScope real-time visualization (dummy interface).
NXScope no-op/dummy transport implementation.
@ PROTO_NXSCOPE_DUMMY_CFG_IOBIND2
I/O bindings with names.
@ PROTO_NXSCOPE_DUMMY_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).
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.