CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i Class Reference
#include <DomainParticipantFactory.h>
List of all members.
Public Member Functions |
virtual
::DDS::DomainParticipant_ptr | create_participant (::DDS::DomainId_t domain_id, const ::DDS::DomainParticipantQos &qos,::DDS::DomainParticipantListener_ptr a_listener,::DDS::StatusMask mask) |
virtual
::DDS::DomainParticipant_ptr | create_participant_with_profile (::DDS::DomainId_t domain_id, const char *library_name, const char *profile_name,::DDS::DomainParticipantListener_ptr a_listener,::DDS::StatusMask mask) |
virtual ::DDS::ReturnCode_t | delete_participant (::DDS::DomainParticipant_ptr a_participant) |
virtual
::DDS::DomainParticipant_ptr | lookup_participant (::DDS::DomainId_t domain_id) |
virtual ::DDS::ReturnCode_t | set_default_participant_qos (const ::DDS::DomainParticipantQos &qos) |
virtual ::DDS::ReturnCode_t | get_default_participant_qos (::DDS::DomainParticipantQos &qos) |
virtual ::DDS::ReturnCode_t | set_qos (const ::DDS::DomainParticipantFactoryQos &qos) |
virtual ::DDS::ReturnCode_t | get_qos (::DDS::DomainParticipantFactoryQos &qos) |
virtual ::DDS::ReturnCode_t | set_default_participant_qos_with_profile (const char *library_name, const char *profile_name) |
Private Types |
typedef std::map< ACE_CString,
DDSDomainParticipant * > | DomainParticipants |
Private Member Functions |
| RTI_DomainParticipantFactory_i (void) |
virtual | ~RTI_DomainParticipantFactory_i (void) |
void | remove_participant (DDSDomainParticipant *part) |
void | operator= (const RTI_DomainParticipantFactory_i &) |
| RTI_DomainParticipantFactory_i (const RTI_DomainParticipantFactory_i &) |
Private Attributes |
TAO_SYNCH_MUTEX | dps_mutex_ |
DomainParticipants | dps_ |
Friends |
class | ACE_Singleton< RTI_DomainParticipantFactory_i, TAO_SYNCH_MUTEX > |
Member Typedef Documentation
Constructor & Destructor Documentation
CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::RTI_DomainParticipantFactory_i |
( |
void |
|
) |
[private] |
CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::~RTI_DomainParticipantFactory_i |
( |
void |
|
) |
[private, virtual] |
Member Function Documentation
DDS::DomainParticipant_ptr CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::create_participant_with_profile |
( |
::DDS::DomainId_t |
domain_id, |
|
|
const char * |
library_name, |
|
|
const char * |
profile_name, |
|
|
::DDS::DomainParticipantListener_ptr |
a_listener, |
|
|
::DDS::StatusMask |
mask | |
|
) |
| | |
DDS::ReturnCode_t CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::delete_participant |
( |
::DDS::DomainParticipant_ptr |
a_participant |
) |
|
DDS::DomainParticipant_ptr CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::lookup_participant |
( |
::DDS::DomainId_t |
domain_id |
) |
|
void CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::remove_participant |
( |
DDSDomainParticipant * |
part |
) |
[private] |
DDS::ReturnCode_t CIAO::DDS4CCM::RTI::RTI_DomainParticipantFactory_i::set_default_participant_qos_with_profile |
( |
const char * |
library_name, |
|
|
const char * |
profile_name | |
|
) |
| | |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: