RTI Connext Modern C++ API
Version 7.0.0
|
<<extension>> Mask that specifies which built-in transports are used More...
#include <PolicyKind.hpp>
Inherits bitset< 8 >.
Public Types | |
typedef std::bitset< 8 > | MaskType |
The base type, std::bitset. More... | |
Public Member Functions | |
TransportBuiltinMask (uint64_t mask) | |
Creates a mask from the bits in an integer. More... | |
TransportBuiltinMask (const MaskType &mask) | |
Creates a mask from a std::bitset. More... | |
Static Public Member Functions | |
static const TransportBuiltinMask | all () |
All bits are set. More... | |
static const TransportBuiltinMask | none () |
No bits are set. More... | |
static const TransportBuiltinMask | shmem () |
Selects the built-in shared-memory transport. More... | |
static const TransportBuiltinMask | udpv4 () |
Selects the built-in UDPv4 transport. More... | |
static const TransportBuiltinMask | udpv4_wan () |
Selects the built-in UDPv4 asymmetric transport. More... | |
static const TransportBuiltinMask | udpv6 () |
Selects the built-in UDPv6 transport. More... | |
<<extension>> Mask that specifies which built-in transports are used
typedef std::bitset<8> rti::core::policy::TransportBuiltinMask::MaskType |
The base type, std::bitset.
|
inlineexplicit |
Creates a mask from the bits in an integer.
|
inline |
Creates a mask from a std::bitset.
|
inlinestatic |
All bits are set.
|
inlinestatic |
No bits are set.
|
inlinestatic |
Selects the built-in shared-memory transport.
|
inlinestatic |
Selects the built-in UDPv4 transport.
|
inlinestatic |
Selects the built-in UDPv4 asymmetric transport.
Referenced by rti::core::policy::TransportUnicast::TransportUnicast().
|
inlinestatic |
Selects the built-in UDPv6 transport.
Referenced by rti::core::policy::TransportUnicast::TransportUnicast().