#include "DomainParticipantFactoryImpl.h"#include "dds/DdsDcpsInfrastructureS.h"#include "dds/DdsDcpsDomainC.h"#include "dds/DdsDcpsInfoC.h"#include "dds/DCPS/transport/framework/TransportImpl_rch.h"#include "dds/DCPS/transport/framework/TransportImpl.h"#include "tao/PortableServer/PortableServer.h"#include "ace/Task.h"#include "ace/Configuration.h"#include <map>#include <memory>Include dependency graph for Service_Participant.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | OpenDDS |
| namespace | OpenDDS::DCPS |
Classes | |
| class | OpenDDS::DCPS::Service_Participant |
| Service entrypoint. More... | |
Defines | |
| #define | TheServiceParticipant OpenDDS::DCPS::Service_Participant::instance() |
| #define | TheParticipantFactory TheServiceParticipant->get_domain_participant_factory() |
| #define | TheParticipantFactoryWithArgs(argc, argv) TheServiceParticipant->get_domain_participant_factory(argc, argv) |
Functions | |
| template<class T_impl, class T_ptr> | |
| T_impl * | OpenDDS::DCPS::remote_reference_to_servant (T_ptr p) |
| template<class T> | |
| T::_stub_ptr_type | OpenDDS::DCPS::servant_to_remote_reference (T *servant) |
| template<class T> | |
| void | OpenDDS::DCPS::deactivate_remote_object (T obj) |
| #define TheParticipantFactory TheServiceParticipant->get_domain_participant_factory() |
| #define TheParticipantFactoryWithArgs | ( | argc, | |||
| argv | ) | TheServiceParticipant->get_domain_participant_factory(argc, argv) |
| #define TheServiceParticipant OpenDDS::DCPS::Service_Participant::instance() |
1.4.7