#include <HeaderDcps_impl.h>

Public Member Functions | |
| virtual char * | get_type_name () THROW_ORB_EXCEPTIONS |
| HeaderTypeSupport (void) | |
| virtual ::DDS::ReturnCode_t | register_type (::DDS::DomainParticipant_ptr participant, const char *type_name) THROW_ORB_EXCEPTIONS |
| virtual | ~HeaderTypeSupport (void) |
Private Member Functions | |
| HeaderTypeSupport (const HeaderTypeSupport &) | |
| void | operator= (const HeaderTypeSupport &) |
Static Private Attributes | |
| static const char * | metaDescriptor = "<Type name=\"Time\"/></Member><Member name=\"frame_id\"><String/></Member></Struct></MetaData>" |
Definition at line 28 of file HeaderDcps_impl.h.
| HeaderTypeSupport::HeaderTypeSupport | ( | void | ) |
Definition at line 43 of file HeaderDcps_impl.cpp.
| HeaderTypeSupport::~HeaderTypeSupport | ( | void | ) | [virtual] |
Definition at line 56 of file HeaderDcps_impl.cpp.
| HeaderTypeSupport::HeaderTypeSupport | ( | const HeaderTypeSupport & | ) | [private] |
| char * HeaderTypeSupport::get_type_name | ( | ) | [virtual] |
Definition at line 70 of file HeaderDcps_impl.cpp.
| void HeaderTypeSupport::operator= | ( | const HeaderTypeSupport & | ) | [private] |
| DDS::ReturnCode_t HeaderTypeSupport::register_type | ( | ::DDS::DomainParticipant_ptr | participant, |
| const char * | type_name | ||
| ) |
Definition at line 62 of file HeaderDcps_impl.cpp.
const char * HeaderTypeSupport::metaDescriptor = "<Type name=\"Time\"/></Member><Member name=\"frame_id\"><String/></Member></Struct></MetaData>" [static, private] |
Definition at line 45 of file HeaderDcps_impl.h.