Interface to allocate packets
Definition at line 211 of file IChannelPacket.hpp.
Public Member Functions | |
virtual std::unique_ptr< IChannelPacket > | makePacket (GenericDataReference ref, ChannelType channelType)=0 |
Make a packet. More... | |
|
pure virtual |
Make a packet.
ref | the parameters of the packet type. |
channelType | the channel type for which to make the packet. |