pjmsg_mcap_wrapper
|
Go to the source code of this file.
#include <cstdint>
Namespaces | |
namespace | eprosima |
namespace | eprosima::fastcdr |
Enumerations | |
enum | eprosima::fastcdr::CdrVersion { eprosima::fastcdr::CORBA_CDR = 0 , eprosima::fastcdr::DDS_CDR = 1 , eprosima::fastcdr::XCDRv1 = 2 , eprosima::fastcdr::XCDRv2 = 3 } |
This enumeration represents the kinds of CDR serialization supported by eprosima::fastcdr::CDR. More... | |
enum | eprosima::fastcdr::EncodingAlgorithmFlag : uint8_t { eprosima::fastcdr::PLAIN_CDR = 0x0 , eprosima::fastcdr::PL_CDR = 0x2 , eprosima::fastcdr::PLAIN_CDR2 = 0x6 , eprosima::fastcdr::DELIMIT_CDR2 = 0x8 , eprosima::fastcdr::PL_CDR2 = 0xa } |
This enumeration represents the supported XCDR encoding algorithms. More... | |