12 #include "IEC61970/Base/Domain/Boolean.h" 13 #include "IEC61970/Base/Core/IdentifiedObject.h" 14 #include "Sinergien/Communication/Modems/ComMod.h" 15 #include "Sinergien/Communication/Interfaces/WLANInt.h" 16 #include "Sinergien/Communication/Interfaces/LTEInt.h" 17 #include "Sinergien/Communication/Interfaces/FiberInt.h" 18 #include "Sinergien/Communication/Interfaces/ComInterface.h" 22 namespace Communication
24 namespace NetworkNodes
36 std::list<Sinergien::Communication::Modems::ComMod*> m_ComMod;
37 std::list<Sinergien::Communication::Interfaces::WLANInt*> m_WLANInt;
38 std::list<Sinergien::Communication::Interfaces::LTEInt*> m_LTEInt;
39 std::list<Sinergien::Communication::Interfaces::FiberInt*> m_FiberInt;
40 std::list<Sinergien::Communication::Interfaces::ComInterface*> m_ComInterface;
49 #endif // BACKBONENODE_H Definition: BackboneNode.h:26
Definition: BPLCChannel.h:13
Definition: IdentifiedObject.h:36