RTI Connext DDS Micro
Version 2.4.6
|
DDS_C common definitions. More...
#include "cdr/cdr_cdr_type.h"
Go to the source code of this file.
Macros | |
#define | DDS_BOOLEAN_TRUE |
Defines TRUE value of IDL boolean data type. More... | |
#define | DDS_BOOLEAN_FALSE |
Defines FALSE value of IDL boolean data type. More... | |
Typedefs | |
typedef CDR_Char | DDS_Char |
Defines IDL char data type. More... | |
typedef CDR_Wchar | DDS_Wchar |
Defines IDL wchar data type. More... | |
typedef CDR_Octet | DDS_Octet |
Defines IDL octet data type. More... | |
typedef CDR_Short | DDS_Short |
Defines IDL short data type. More... | |
typedef CDR_UnsignedShort | DDS_UnsignedShort |
Defines IDL unsigned short data type. More... | |
typedef CDR_Long | DDS_Long |
Defines IDL long data type. More... | |
typedef CDR_UnsignedLong | DDS_UnsignedLong |
Defines IDL unsigned long data type. More... | |
typedef CDR_LongLong | DDS_LongLong |
Defines IDL long long data type. More... | |
typedef CDR_UnsignedLongLong | DDS_UnsignedLongLong |
Defines IDL unsigned long long data type. More... | |
typedef CDR_Float | DDS_Float |
Defines IDL float data type. More... | |
typedef CDR_Double | DDS_Double |
Defines IDL double data type. More... | |
typedef CDR_LongDouble | DDS_LongDouble |
Defines IDL long double data type. More... | |
typedef CDR_Boolean | DDS_Boolean |
Defines IDL boolean data type. More... | |
typedef CDR_Enum | DDS_Enum |
Defines IDL enum data type. More... | |
typedef CDR_String | DDS_String |
IDL string type representation. More... | |
typedef CDR_Wstring | DDS_Wstring |
Defines IDL wstring data type. More... | |
DDS_C common definitions.