<<extension>> Mask that specifies which built-in transports are used
More...
#include <PolicyKind.hpp>
Inherits bitset< 4 >.
Public Types |
typedef std::bitset< 4 > | MaskType |
| The base type, std::bitset.
|
|
Detailed Description
<<extension>> Mask that specifies which built-in transports are used
Member Typedef Documentation
The base type, std::bitset.
Constructor & Destructor Documentation
rti::core::policy::TransportBuiltinMask::TransportBuiltinMask |
( |
uint64_t |
mask | ) |
|
|
inlineexplicit |
Creates a mask from the bits in an integer.
rti::core::policy::TransportBuiltinMask::TransportBuiltinMask |
( |
const MaskType & |
mask | ) |
|
|
inline |
Creates a mask from a std::bitset.
Member Function Documentation
Selects the built-in shared-memory transport.
Selects the built-in UDPv4 transport.
Selects the built-in UDPv6 transport.