create_participant(System::Int32 domainId, DomainParticipantQos^ qos, DomainParticipantListener^ listener, StatusMask mask) | DDS::DomainParticipantFactory | |
create_participant_from_config(String^ configuration_name) | DDS::DomainParticipantFactory | |
create_participant_from_config_w_params(String^ configuration_name, DomainParticipantConfigParams_t^ params) | DDS::DomainParticipantFactory | |
create_participant_with_profile(System::Int32 domainId, System::String^ library_name, System::String^ profile_name, DomainParticipantListener^ listener, StatusMask mask) | DDS::DomainParticipantFactory | |
delete_participant(DomainParticipant^% a_participant) | DDS::DomainParticipantFactory | |
finalize_instance() | DDS::DomainParticipantFactory | static |
get_datareader_qos_from_profile(DataReaderQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_datareader_qos_from_profile_w_topic_name(DataReaderQos^ qos, System::String^ library_name, System::String^ profile_name, System::String^ topic_name) | DDS::DomainParticipantFactory | |
get_datawriter_qos_from_profile(DataWriterQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_datawriter_qos_from_profile_w_topic_name(DataWriterQos^ qos, System::String^ library_name, System::String^ profile_name, System::String^ topic_name) | DDS::DomainParticipantFactory | |
get_default_library() | DDS::DomainParticipantFactory | |
get_default_participant_qos(DomainParticipantQos^ qos) | DDS::DomainParticipantFactory | |
get_default_profile() | DDS::DomainParticipantFactory | |
get_default_profile_library() | DDS::DomainParticipantFactory | |
get_instance() | DDS::DomainParticipantFactory | static |
get_participant_factory_qos_from_profile(DomainParticipantFactoryQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_participant_qos_from_profile(DomainParticipantQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_publisher_qos_from_profile(PublisherQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_qos(DomainParticipantFactoryQos^ qos) | DDS::DomainParticipantFactory | |
get_qos_profile_libraries(StringSeq^ library_names) | DDS::DomainParticipantFactory | |
get_qos_profiles(StringSeq^ profile_names, System::String^ library_name) | DDS::DomainParticipantFactory | |
get_subscriber_qos_from_profile(SubscriberQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_topic_qos_from_profile(TopicQos^ qos, System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
get_topic_qos_from_profile_w_topic_name(TopicQos^ qos, System::String^ library_name, System::String^ profile_name, System::String^ topic_name) | DDS::DomainParticipantFactory | |
get_typecode_from_config(System::String^ type_name) | DDS::DomainParticipantFactory | |
load_profiles() | DDS::DomainParticipantFactory | |
lookup_participant(Int32 domainId) | DDS::DomainParticipantFactory | |
lookup_participant_by_name(String^ participant_name) | DDS::DomainParticipantFactory | |
PARTICIPANT_CONFIG_PARAMS_DEFAULT | DDS::DomainParticipantFactory | static |
PARTICIPANT_QOS_DEFAULT | DDS::DomainParticipantFactory | static |
register_type_support(TypeSupport^ type_support, String^ type_name) | DDS::DomainParticipantFactory | |
reload_profiles() | DDS::DomainParticipantFactory | |
set_default_library(System::String^ library_name) | DDS::DomainParticipantFactory | |
set_default_participant_qos(DomainParticipantQos^ qos) | DDS::DomainParticipantFactory | |
set_default_participant_qos_with_profile(System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
set_default_profile(System::String^ library_name, System::String^ profile_name) | DDS::DomainParticipantFactory | |
set_qos(DomainParticipantFactoryQos^ qos) | DDS::DomainParticipantFactory | |
unload_profiles() | DDS::DomainParticipantFactory | |
unregister_thread() | DDS::DomainParticipantFactory | |