|
| RootPDU (unsigned int vector) |
|
| RootPDU (unsigned int vector, const ola::acn::CID &cid, const PDUBlock< PDU > *block) |
|
unsigned int | HeaderSize () const |
|
unsigned int | DataSize () const |
|
bool | PackHeader (uint8_t *data, unsigned int *length) const |
|
bool | PackData (uint8_t *data, unsigned int *length) const |
|
void | PackHeader (ola::io::OutputStream *stream) const |
|
void | PackData (ola::io::OutputStream *stream) const |
|
const ola::acn::CID & | Cid () const |
|
const ola::acn::CID & | Cid (const ola::acn::CID &cid) |
|
void | SetBlock (const PDUBlock< PDU > *block) |
|
| PDU (unsigned int vector, vector_size size=FOUR_BYTES) |
|
virtual unsigned int | Size () const |
|
virtual unsigned int | VectorSize () const |
|
void | SetVector (unsigned int vector) |
|
virtual bool | Pack (uint8_t *data, unsigned int *length) const |
|
virtual void | Write (ola::io::OutputStream *stream) const |
|
|
enum | vector_size { ONE_BYTE = 1,
TWO_BYTES = 2,
FOUR_BYTES = 4
} |
|
static const uint8_t | VFLAG_MASK = 0x40 |
|
static const uint8_t | HFLAG_MASK = 0x20 |
|
static const uint8_t | DFLAG_MASK = 0x10 |
|
The documentation for this class was generated from the following files: