|
DDS4CCM
1.1.6
|
#include <Utils.h>

Public Member Functions | |
| QOS_XML_Noop (void) | |
| ~QOS_XML_Noop (void) | |
| DDS::ReturnCode_t | init (const ACE_TCHAR *qos_profile) |
| DDS::ReturnCode_t | get_datawriter_qos (DDS::DataWriterQos &dw_qos, const char *qos_profile, const char *topic_name) |
| DDS::ReturnCode_t | get_datareader_qos (DDS::DataReaderQos &dr_qos, const char *qos_profile, const char *topic_name) |
| DDS::ReturnCode_t | get_publisher_qos (DDS::PublisherQos &pub_qos, const char *qos_profile) |
| DDS::ReturnCode_t | get_subscriber_qos (DDS::SubscriberQos &sub_qos, const char *qos_profile) |
| DDS::ReturnCode_t | get_topic_qos (DDS::TopicQos &topic_qos, const char *qos_profile, const ACE_TCHAR *topic_name) |
| DDS::ReturnCode_t | get_participant_qos (DDS::DomainParticipantQos &part_qos, const char *qos_profile) |
| CIAO::DDS4CCM::QOS_XML_Noop::QOS_XML_Noop | ( | void | ) |
| CIAO::DDS4CCM::QOS_XML_Noop::~QOS_XML_Noop | ( | void | ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_datareader_qos | ( | DDS::DataReaderQos & | dr_qos, |
| const char * | qos_profile, | ||
| const char * | topic_name | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_datawriter_qos | ( | DDS::DataWriterQos & | dw_qos, |
| const char * | qos_profile, | ||
| const char * | topic_name | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_participant_qos | ( | DDS::DomainParticipantQos & | part_qos, |
| const char * | qos_profile | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_publisher_qos | ( | DDS::PublisherQos & | pub_qos, |
| const char * | qos_profile | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_subscriber_qos | ( | DDS::SubscriberQos & | sub_qos, |
| const char * | qos_profile | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::get_topic_qos | ( | DDS::TopicQos & | topic_qos, |
| const char * | qos_profile, | ||
| const ACE_TCHAR * | topic_name | ||
| ) |
| DDS::ReturnCode_t CIAO::DDS4CCM::QOS_XML_Noop::init | ( | const ACE_TCHAR * | qos_profile | ) |
1.8.1.1