Open Lighting Architecture  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
ola::plugin::e131::DMPSetProperty< type > Class Template Reference
Inheritance diagram for ola::plugin::e131::DMPSetProperty< type >:
ola::plugin::e131::DMPPDU ola::plugin::e131::PDU

Public Types

typedef std::vector
< DMPAddressData< type > > 
AddressDataChunks

Public Member Functions

 DMPSetProperty (const DMPHeader &header, const AddressDataChunks &chunks)
unsigned int DataSize () const
bool PackData (uint8_t *data, unsigned int *length) const
void PackData (ola::io::OutputStream *stream) const
- Public Member Functions inherited from ola::plugin::e131::DMPPDU
 DMPPDU (unsigned int vector, const DMPHeader &dmp_header)
unsigned int HeaderSize () const
bool PackHeader (uint8_t *data, unsigned int *length) const
void PackHeader (ola::io::OutputStream *stream) const
- Public Member Functions inherited from ola::plugin::e131::PDU
 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

Additional Inherited Members

- Static Public Member Functions inherited from ola::plugin::e131::PDU
static void PrependFlagsAndLength (ola::io::OutputBufferInterface *output, uint8_t flags=VFLAG_MASK|HFLAG_MASK|DFLAG_MASK)
static void PrependFlagsAndLength (ola::io::OutputBufferInterface *output, unsigned int length, uint8_t flags)
- Static Public Attributes inherited from ola::plugin::e131::PDU
static const uint8_t VFLAG_MASK = 0x40
static const uint8_t HFLAG_MASK = 0x20
static const uint8_t DFLAG_MASK = 0x10
- Protected Attributes inherited from ola::plugin::e131::DMPPDU
DMPHeader m_header

The documentation for this class was generated from the following file: