OpenLCP  0.2.0
Public Member Functions | Public Attributes | Protected Attributes | List of all members
OTP::PDU::pdu Class Reference

The OTP::PDU::Pdu class. More...

#include <pdu.h>

Inheritance diagram for OTP::PDU::pdu:
Inheritance graph
[legend]

Public Member Functions

 pdu ()
 pdu::pdu
 
 ~pdu ()
 pdu::~pdu
 
Stream stream ()
 pdu::stream More...
 
virtual size_t streamSize () const override
 pdu::streamSize More...
 
virtual void iStream (Stream) override
 pdu::iStream More...
 
virtual void oStream (Stream) const override
 pdu::oStream More...
 
template<class T >
void createData ()
 createData
 
- Public Member Functions inherited from ACN::PDU::pdu_stream_object
virtual void iStream (Stream)=0
 fill structure data from input stream
 
virtual void oStream (Stream) const =0
 write structure data to output stream
 

Public Attributes

pdu_datadata = nullptr
 data Message
 
uint16_t vector = 0
 vector
 
Pdu parent
 parent Message
 

Protected Attributes

Stream stream_
 buffer
 

Detailed Description

The OTP::PDU::Pdu class.

Member Function Documentation

◆ iStream()

void OTP::PDU::pdu::iStream ( Stream  stream)
overridevirtual

◆ oStream()

void OTP::PDU::pdu::oStream ( Stream  stream) const
overridevirtual

pdu::oStream

Parameters
stream

Reimplemented in OTP::Layer::pdu.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stream()

Stream OTP::PDU::pdu::stream ( )

pdu::stream

Returns
Here is the caller graph for this function:

◆ streamSize()

size_t OTP::PDU::pdu::streamSize ( ) const
overridevirtual

pdu::streamSize

Returns

Implements ACN::PDU::pdu_stream_object.

Reimplemented in OTP::Layer::pdu.

Here is the call graph for this function:
Here is the caller graph for this function:

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