|
RTI Connext Java API
Version 6.0.1
|
The CDR padding kind determines whether or not the padding bytes will be set to zero during CDR serialization. More...
Static Public Attributes | |
| static final CdrPaddingKind | ZERO_CDR_PADDING |
| Padding bytes will be set to zeros during CDR serialization. | |
| static final CdrPaddingKind | NOT_SET_CDR_PADDING |
| Padding bytes will not be set to any value during CDR serialization. | |
| static final CdrPaddingKind | AUTO_CDR_PADDING |
| When set on a com.rti.dds.domain.DomainParticipant the default behavior is com.rti.dds.infrastructure.CdrPaddingKind.CdrPaddingKind.NOT_SET_CDR_PADDING. | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
| final int | ordinal () |
| The integral value of this enumerated constant. | |
| Object | copy_from (Object src) |
| final String | name () |
| The name of this enum constant, as declared in the enum declaration. | |
| final String | toString () |
| The string value of this enum constant. | |
Protected Member Functions inherited from Enum | |
| Enum (String name, int ordinal) | |
| The constructor. | |
| final Object | clone () throws CloneNotSupportedException |
The CDR padding kind determines whether or not the padding bytes will be set to zero during CDR serialization.
|
static |
Padding bytes will be set to zeros during CDR serialization.
|
static |
Padding bytes will not be set to any value during CDR serialization.
|
static |
When set on a com.rti.dds.domain.DomainParticipant the default behavior is com.rti.dds.infrastructure.CdrPaddingKind.CdrPaddingKind.NOT_SET_CDR_PADDING.
When set on a com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader the behavior is to inherit the value from the com.rti.dds.domain.DomainParticipant.