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