Public Member Functions

DDS::DomainParticipantFactory Interface Reference

import "dds_rtf2_dcps.idl";

List of all members.

Public Member Functions

DomainParticipant create_participant (in DomainId_t domain_id, in DomainParticipantQos qos, in DomainParticipantListener a_listener, in StatusMask mask)
DomainParticipant create_participant_with_profile (in DomainId_t domain_id, in string library_name, in string profile_name, in DomainParticipantListener a_listener, in StatusMask mask)
ReturnCode_t delete_participant (in DomainParticipant a_participant)
DomainParticipant lookup_participant (in DomainId_t domain_id)
ReturnCode_t set_default_participant_qos (in DomainParticipantQos qos)
ReturnCode_t set_default_participant_qos_with_profile (in string library_name, in string profile_name)
ReturnCode_t get_default_participant_qos (inout DomainParticipantQos qos)
ReturnCode_t set_qos (in DomainParticipantFactoryQos qos)
ReturnCode_t get_qos (inout DomainParticipantFactoryQos qos)

Member Function Documentation

DomainParticipant DDS::DomainParticipantFactory::create_participant ( in DomainId_t  domain_id,
in DomainParticipantQos  qos,
in DomainParticipantListener  a_listener,
in StatusMask  mask 
)
DomainParticipant DDS::DomainParticipantFactory::create_participant_with_profile ( in DomainId_t  domain_id,
in string  library_name,
in string  profile_name,
in DomainParticipantListener  a_listener,
in StatusMask  mask 
)
ReturnCode_t DDS::DomainParticipantFactory::delete_participant ( in DomainParticipant  a_participant )
ReturnCode_t DDS::DomainParticipantFactory::get_default_participant_qos ( inout DomainParticipantQos  qos )
ReturnCode_t DDS::DomainParticipantFactory::get_qos ( inout DomainParticipantFactoryQos  qos )
DomainParticipant DDS::DomainParticipantFactory::lookup_participant ( in DomainId_t  domain_id )
ReturnCode_t DDS::DomainParticipantFactory::set_default_participant_qos ( in DomainParticipantQos  qos )
ReturnCode_t DDS::DomainParticipantFactory::set_default_participant_qos_with_profile ( in string  library_name,
in string  profile_name 
)
ReturnCode_t DDS::DomainParticipantFactory::set_qos ( in DomainParticipantFactoryQos  qos )

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines