RTI Connext Modern C++ API  Version 6.0.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::core::policy::CdrPaddingKind_def Struct Reference

<<extension>> The definition of the dds::core::safe_enum CdrPaddingKind More...

#include <PolicyKind.hpp>

Public Types

enum  type {
  ZERO,
  NOT_SET,
  AUTO
}
 The underlying enum type. More...
 

Detailed Description

<<extension>> The definition of the dds::core::safe_enum CdrPaddingKind

The CDR padding kind determines whether or not the padding bytes will be set to zero during CDR serialization.

Member Enumeration Documentation

The underlying enum type.

Enumerator:
ZERO 

Set padding bytes to zero during CDR serialization.

NOT_SET 

Don't set padding bytes to any value.

AUTO 

Set the value automatically, depending on the Entity.

When set on a DomainParticipant the default behavior is NOT_SET

When set on a DataWriter or DataReader the behavior is to inherit the value from the DomainParticipant.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc