17.1.1.3.44. TypeConsistencyKind¶
-
enum eprosima::fastdds::dds::TypeConsistencyKind¶
Values:
-
enumerator DISALLOW_TYPE_COERCION¶
The DataWriter and the DataReader must support the same data type in order for them to communicate.
-
enumerator ALLOW_TYPE_COERCION¶
The DataWriter and the DataReader need not support the same data type in order for them to communicate as long as the reader’s type is assignable from the writer’s type.
-
enumerator DISALLOW_TYPE_COERCION¶