15.1.1.3.42. TypeConsistencyKind¶
-
enum
dds::fastdds::eprosima
::
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