DDS  ver. 2.0
Public Member Functions | Protected Member Functions | List of all members
dds::CSMFWChannel Class Reference

#include <SMFWChannel.h>

Inheritance diagram for dds::CSMFWChannel:
dds::protocol_api::CBaseSMChannelImpl< CSMFWChannel > dds::protocol_api::CChannelEventHandlersImpl dds::protocol_api::CChannelMessageHandlersImpl dds::protocol_api::CBaseEventHandlersImpl< EChannelEvents > dds::protocol_api::CBaseEventHandlersImpl< ECmdType >

Public Member Functions

 ~CSMFWChannel ()
 
- Public Member Functions inherited from dds::protocol_api::CBaseSMChannelImpl< CSMFWChannel >
 DDS_DECLARE_EVENT_HANDLER_CLASS (CChannelEventHandlersImpl) DDS_DECLARE_EVENT_HANDLER_CLASS(CChannelMessageHandlersImpl) protected
 
 ~CBaseSMChannelImpl ()
 
uint64_t getProtocolHeaderID () const
 
std::string getInputName () const
 
void addOutput (uint64_t _outputID, const std::string &_name, EMQOpenType _openType=EMQOpenType::OpenOnly)
 
bool started () const
 
void start ()
 
void stop ()
 
void removeMessageQueue ()
 
void pushMsg (CProtocolMessage::protocolMessagePtr_t _msg, ECmdType _cmd, uint64_t _outputID=0)
 
void pushMsg (const A &_attachment, uint64_t _protocolHeaderID=0, uint64_t _outputID=0)
 
void pushMsg (uint64_t _protocolHeaderID=0, uint64_t _outputID=0)
 
void syncSendShutdownAll ()
 

Protected Member Functions

 CSMFWChannel (boost::asio::io_service &_service, const std::string &_inputName, const std::string &_outputName, uint64_t _protocolHeaderID, protocol_api::EMQOpenType _inputOpenType, protocol_api::EMQOpenType _outputOpenType)
 

Additional Inherited Members

- Public Types inherited from dds::protocol_api::CBaseSMChannelImpl< CSMFWChannel >
typedef std::shared_ptr< CSMFWChannelconnectionPtr_t
 
typedef std::weak_ptr< CSMFWChannelweakConnectionPtr_t
 
- Static Public Member Functions inherited from dds::protocol_api::CBaseSMChannelImpl< CSMFWChannel >
static connectionPtr_t makeNew (boost::asio::io_service &_service, const std::string &_inputName, const std::string &_outputName, uint64_t _ProtocolHeaderID, EMQOpenType _inputOpenType=EMQOpenType::OpenOrCreate, EMQOpenType _outputOpenType=EMQOpenType::OpenOrCreate)
 
- Protected Attributes inherited from dds::protocol_api::CBaseSMChannelImpl< CSMFWChannel >
std::atomic< bool > m_isShuttingDown
 
std::atomic< bool > m_started
 True if we were able to start the channel, False otherwise. More...
 
uint64_t m_protocolHeaderID
 

Constructor & Destructor Documentation

◆ CSMFWChannel()

CSMFWChannel::CSMFWChannel ( boost::asio::io_service &  _service,
const std::string &  _inputName,
const std::string &  _outputName,
uint64_t  _protocolHeaderID,
protocol_api::EMQOpenType  _inputOpenType,
protocol_api::EMQOpenType  _outputOpenType 
)
protected

◆ ~CSMFWChannel()

CSMFWChannel::~CSMFWChannel ( )

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