|
RTI Connext Java API Version 7.6.0
|
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. More... | |
| static final CdrPaddingKind | NOT_SET_CDR_PADDING |
| Padding bytes will not be set to any value during CDR serialization. More... | |
| 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. 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. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
| final int | ordinal () |
| The integral value of this enumerated constant. More... | |
| Object | copy_from (Object src) |
| final String | name () |
| The name of this enum constant, as declared in the enum declaration. More... | |
| final String | toString () |
| The string value of this enum constant. More... | |
| Object | copy_from (Object src) |
| Copy value of a data type from source. More... | |
Protected Member Functions inherited from Enum | |
| Enum (String name, int ordinal) | |
| The constructor. More... | |
| 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.