|
RTI Connext Modern C++ API
Version 5.3.0
|
<<extension>> Mask of reserved ports More...
#include <rti/core/policy/CorePolicy.hpp>
Inherits bitset< 4 >.
Public Types | |
| typedef std::bitset< 4 > | MaskType |
The base type, std::bitset. | |
Public Member Functions | |
| RtpsReservedPortKindMask () | |
| Creates the mask none() | |
| RtpsReservedPortKindMask (uint64_t mask) | |
| Creates a mask from the bits in an integer. | |
| RtpsReservedPortKindMask (const MaskType &mask) | |
Creates a mask from a std::bitset. | |
Static Public Member Functions | |
| static const RtpsReservedPortKindMask | all () |
| All bits are set. | |
| static const RtpsReservedPortKindMask | none () |
| No bits are set. | |
| static const RtpsReservedPortKindMask | default_mask () |
| The default value of rti::core::policy::WireProtocol::rtps_reserved_port_mask. | |
| static const RtpsReservedPortKindMask | builtin_unicast () |
| Select the metatraffic unicast port. | |
| static const RtpsReservedPortKindMask | builtin_multicast () |
| Select the metatraffic multicast port. | |
| static const RtpsReservedPortKindMask | user_unicast () |
| Select the usertraffic unicast port. | |
| static const RtpsReservedPortKindMask | user_multicast () |
| Select the usertraffic multicast port. | |
<<extension>> Mask of reserved ports
| typedef std::bitset<4> rti::core::policy::RtpsReservedPortKindMask::MaskType |
The base type, std::bitset.
|
inline |
Creates the mask none()
|
inlineexplicit |
Creates a mask from the bits in an integer.
|
inline |
Creates a mask from a std::bitset.
|
inlinestatic |
Select the metatraffic unicast port.
|
inlinestatic |
Select the metatraffic multicast port.
|
inlinestatic |
Select the usertraffic unicast port.
|
inlinestatic |
Select the usertraffic multicast port.