RTI Connext Traditional C++ API  Version 7.0.0
DDS_EnumMember Struct Reference

A description of a member of an enumeration. More...

Public Attributes

char * name
 The name of the enumeration member. More...
 
DDS_Long ordinal
 The value associated the the enumeration member. More...
 

Detailed Description

A description of a member of an enumeration.

See also
DDS_EnumMemberSeq
DDS_TypeCodeFactory::create_enum_tc

Member Data Documentation

◆ name

char* DDS_EnumMember::name

The name of the enumeration member.

Cannot be NULL.

◆ ordinal

DDS_Long DDS_EnumMember::ordinal

The value associated the the enumeration member.