DDS  ver. 1.6
TopoFactory.h
Go to the documentation of this file.
1 // Copyright 2014 GSI, Inc. All rights reserved.
2 //
3 //
4 //
5 
6 #ifndef __DDS__TopoFactory__
7 #define __DDS__TopoFactory__
8 
9 #include "TopoBase.h"
10 #include "TopoElement.h"
11 #include "TopoProperty.h"
12 
13 namespace dds
14 {
15  namespace topology_api
16  {
18 
20 
22  }
23 }
24 #endif /* defined(__DDS__TopoFactory__) */
ETopoType
Definition: TopoBase.h:22
TopoElementPtr_t CreateTopoElement(ETopoType _type)
Definition: TopoFactory.cpp:22
Definition: dds-agent/src/AgentConnectionManager.h:16
TopoPropertyPtr_t CreateTopoProperty(ETopoType _type)
TopoBasePtr_t CreateTopoBase(ETopoType _type)
Definition: TopoFactory.cpp:37
std::shared_ptr< CTopoBase > TopoBasePtr_t
Definition: TopoBase.h:95
std::shared_ptr< CTopoProperty > TopoPropertyPtr_t
Definition: TopoProperty.h:63
std::shared_ptr< CTopoElement > TopoElementPtr_t
Definition: TopoElement.h:42