OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "inforepo_export.h"
#include <dds/DdsDcpsInfrastructureC.h>
#include <dds/DdsDcpsDomainC.h>
#include <dds/DdsDcpsInfoUtilsC.h>
#include <dds/DCPS/InfoRepoDiscovery/InfoS.h>
#include <dds/DCPS/AtomicBool.h>
#include <dds/DCPS/RepoIdGenerator.h>
#include <dds/DCPS/transport/framework/TransportConfig.h>
#include <dds/DCPS/transport/tcp/TcpTransport.h>
#include <dds/DCPS/transport/framework/TransportConfig_rch.h>
#include <dds/DdsDcpsCoreTypeSupportImpl.h>
#include <ace/Unbounded_Set.h>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | DCPS_IR_Domain |
Representation of a Domain in the system. More... | |
Typedefs | |
typedef std::map< std::string, OpenDDS::DCPS::container_supported_unique_ptr< DCPS_IR_Topic_Description > > | DCPS_IR_Topic_Description_Set |
typedef OpenDDS::DCPS::RcHandle< DCPS_IR_Participant > | DCPS_IR_Participant_rch |
typedef std::set< DCPS_IR_Participant_rch > | DCPS_IR_Participant_Set |
typedef std::map< OpenDDS::DCPS::GUID_t, DCPS_IR_Participant_rch, OpenDDS::DCPS::GUID_tKeyLessThan > | DCPS_IR_Participant_Map |
typedef std::map<OpenDDS::DCPS::GUID_t, DCPS_IR_Participant_rch , OpenDDS::DCPS::GUID_tKeyLessThan> DCPS_IR_Participant_Map |
Definition at line 49 of file DCPS_IR_Domain.h.
Definition at line 43 of file DCPS_IR_Domain.h.
typedef std::set<DCPS_IR_Participant_rch > DCPS_IR_Participant_Set |
Definition at line 45 of file DCPS_IR_Domain.h.
typedef std::map<std::string, OpenDDS::DCPS::container_supported_unique_ptr<DCPS_IR_Topic_Description> > DCPS_IR_Topic_Description_Set |
Definition at line 39 of file DCPS_IR_Domain.h.