Compute Graph Framework SDK Reference  5.12
dw::framework::IChannelPacketFactory Class Referenceabstract

Detailed Description

Interface to allocate packets

Definition at line 217 of file IChannelPacket.hpp.

Public Member Functions

virtual std::unique_ptr< IChannelPacketmakePacket (const GenericDataReference &ref, ChannelType channelType)=0
 Make a packet. More...
 

Member Function Documentation

◆ makePacket()

virtual std::unique_ptr< IChannelPacket > dw::framework::IChannelPacketFactory::makePacket ( const GenericDataReference ref,
ChannelType  channelType 
)
pure virtual

Make a packet.

Parameters
refthe parameters of the packet type.
channelTypethe channel type for which to make the packet.
Returns
std::unique_ptr<IChannelPacket>

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