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

dw::framework::ChannelSocketParams Class Reference

Detailed Description

Definition at line 473 of file ChannelParameters.hpp.

Public Member Functions

 ChannelSocketParams ()=default
 
 ChannelSocketParams (const char *params)
 
 ChannelSocketParams (const ChannelSocketParams &other)=default
 
uint16_t getPort () const
 
ChannelParamStr getServerIP () const
 
bool hasProducerFifo () const
 
ChannelSocketParamsoperator= (const ChannelSocketParams &other)=default
 

Static Public Member Functions

static ChannelParamStr getParamStr (const char *serverIP, uint16_t port, bool producerFifo=false, uint16_t numBlockingConnections=1)
 

Constructor & Destructor Documentation

◆ ChannelSocketParams() [1/3]

dw::framework::ChannelSocketParams::ChannelSocketParams ( )
default

◆ ChannelSocketParams() [2/3]

dw::framework::ChannelSocketParams::ChannelSocketParams ( const char *  params)
inlineexplicit

Definition at line 500 of file ChannelParameters.hpp.

References dw::framework::ParseAllChannelParameters().

◆ ChannelSocketParams() [3/3]

dw::framework::ChannelSocketParams::ChannelSocketParams ( const ChannelSocketParams other)
default

Member Function Documentation

◆ getParamStr()

static ChannelParamStr dw::framework::ChannelSocketParams::getParamStr ( const char *  serverIP,
uint16_t  port,
bool  producerFifo = false,
uint16_t  numBlockingConnections = 1 
)
inlinestatic

Definition at line 476 of file ChannelParameters.hpp.

◆ getPort()

uint16_t dw::framework::ChannelSocketParams::getPort ( ) const
inline

Definition at line 514 of file ChannelParameters.hpp.

◆ getServerIP()

ChannelParamStr dw::framework::ChannelSocketParams::getServerIP ( ) const
inline

Definition at line 513 of file ChannelParameters.hpp.

◆ hasProducerFifo()

bool dw::framework::ChannelSocketParams::hasProducerFifo ( ) const
inline

Definition at line 515 of file ChannelParameters.hpp.

◆ operator=()

ChannelSocketParams& dw::framework::ChannelSocketParams::operator= ( const ChannelSocketParams other)
default

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