|
DDS
ver. 3.6
|
#include <ChannelInfo.h>
Public Types | |
| typedef std::vector< SChannelInfo< T > > | container_t |
Public Member Functions | |
| SChannelInfo ()=default | |
| SChannelInfo (typename T::connectionPtr_t _channel, uint64_t _protocolHeaderID, bool _isSlot) | |
Public Attributes | |
| T::connectionPtr_t | m_channel |
| uint64_t | m_protocolHeaderID { 0 } |
| bool | m_isSlot { false } |
| typedef std::vector<SChannelInfo<T> > dds::protocol_api::SChannelInfo< T >::container_t |
|
default |
|
inline |
| T::connectionPtr_t dds::protocol_api::SChannelInfo< T >::m_channel |
| bool dds::protocol_api::SChannelInfo< T >::m_isSlot { false } |
| uint64_t dds::protocol_api::SChannelInfo< T >::m_protocolHeaderID { 0 } |
1.8.15