Compute Graph Framework SDK Reference  5.8
ChannelFactory.hpp File Reference

Go to the source code of this file.

Classes

class  dw::framework::ChannelFactory
 

Namespaces

namespace  dw
 
namespace  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 >