Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

ChannelFactory.hpp File Reference

Go to the source code of this file.

Data Structures

class  dw::framework::ChannelFactory
 

Namespaces

 dw
 
 dw::framework
 

Typedefs

using dw::framework::ChannelPacketConstructor = dw::core::Function< std::unique_ptr< IChannelPacket >(GenericData dataSpecimen, dwContextHandle_t context)>
 
using dw::framework::ChannelPacketConstructorRegistration = std::pair< ChannelPacketConstructorSignature, ChannelPacketConstructor >
 
using dw::framework::ChannelPacketConstructorSignature = std::pair< ChannelPacketTypeID, ChannelType >