3.5.0-rc1
Loading...
Searching...
No Matches
tigl::generated::CPACSSysElemRelays Class Reference

Relays. More...

#include <CPACSSysElemRelays.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddRelay ()
TIGL_EXPORT CPACSSysElemRelays (CPACSSysElemElectricalControlElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalControlElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalControlElementsGetParent () const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetRelay (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetRelay (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetRelay (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetRelay (size_t index) const
virtual TIGL_EXPORT size_t GetRelayCount () const
virtual TIGL_EXPORT size_t GetRelayIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetRelays ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetRelays () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveRelay (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemRelays ()

Protected Attributes

CPACSSysElemElectricalControlElementsm_parent
std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_relays
 Switches or isolates an electrical circuit using a control signal.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemRelays (const CPACSSysElemRelays &)=delete
 CPACSSysElemRelays (CPACSSysElemRelays &&)=delete
CPACSSysElemRelaysoperator= (const CPACSSysElemRelays &)=delete
CPACSSysElemRelaysoperator= (CPACSSysElemRelays &&)=delete

Detailed Description

Relays.

Container for reusable relays. The surrounding hierarchy determines the physical domain and functional role.

Constructor & Destructor Documentation

◆ CPACSSysElemRelays() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemRelays::CPACSSysElemRelays ( CPACSSysElemElectricalControlElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemRelays()

virtual TIGL_EXPORT tigl::generated::CPACSSysElemRelays::~CPACSSysElemRelays ( )
virtual

◆ CPACSSysElemRelays() [2/3]

tigl::generated::CPACSSysElemRelays::CPACSSysElemRelays ( const CPACSSysElemRelays & )
privatedelete

◆ CPACSSysElemRelays() [3/3]

tigl::generated::CPACSSysElemRelays::CPACSSysElemRelays ( CPACSSysElemRelays && )
privatedelete

Member Function Documentation

◆ AddRelay()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemRelays::AddRelay ( )
virtual

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject * tigl::generated::CPACSSysElemRelays::GetNextUIDParent ( )
virtual

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject * tigl::generated::CPACSSysElemRelays::GetNextUIDParent ( ) const
virtual

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemElectricalControlElements * tigl::generated::CPACSSysElemRelays::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemElectricalControlElements * tigl::generated::CPACSSysElemRelays::GetParent ( ) const

◆ GetRelay() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemRelays::GetRelay ( const std::string & UID)
virtual

◆ GetRelay() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemRelays::GetRelay ( const std::string & UID) const
virtual

◆ GetRelay() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemRelays::GetRelay ( size_t index)
virtual

◆ GetRelay() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemRelays::GetRelay ( size_t index) const
virtual

◆ GetRelayCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemRelays::GetRelayCount ( ) const
virtual

◆ GetRelayIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemRelays::GetRelayIndex ( const std::string & UID) const
virtual

◆ GetRelays() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemRelays::GetRelays ( )
virtual

◆ GetRelays() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemRelays::GetRelays ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSSysElemRelays::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSSysElemRelays::GetUIDManager ( ) const

◆ operator=() [1/2]

CPACSSysElemRelays & tigl::generated::CPACSSysElemRelays::operator= ( const CPACSSysElemRelays & )
privatedelete

◆ operator=() [2/2]

CPACSSysElemRelays & tigl::generated::CPACSSysElemRelays::operator= ( CPACSSysElemRelays && )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemRelays::ReadCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath )
virtual

◆ RemoveRelay()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemRelays::RemoveRelay ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemRelays::WriteCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath ) const
virtual

Field Documentation

◆ m_parent

CPACSSysElemElectricalControlElements* tigl::generated::CPACSSysElemRelays::m_parent
protected

◆ m_relays

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemRelays::m_relays
protected

Switches or isolates an electrical circuit using a control signal.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemRelays::m_uidMgr
protected

The documentation for this class was generated from the following file: