|
virtual | ~Component () |
|
const ComRef & | getCref () const |
|
ComRef | getFullCref () const |
|
Element * | getElement () |
|
Connector * | getConnector (const ComRef &cref) |
|
Connector ** | getConnectors () |
|
oms_status_enu_t | deleteConnector (const ComRef &cref) |
|
oms_status_enu_t | getAllResources (std::vector< std::string > &resources) const |
|
const std::string & | getPath () const |
|
const std::string & | getTempDir () const |
|
void | setTempDir (const std::string &tempDir) |
|
oms_component_enu_t | getType () const |
|
virtual const FMUInfo * | getFMUInfo () const |
|
void | fetchAllVars (bool enableOption) |
|
System * | getParentSystem () const |
|
Model * | getModel () const |
|
void | setGeometry (const ssd::ElementGeometry &geometry) |
|
virtual oms_status_enu_t | setFaultInjection (const ComRef &signal, oms_fault_type_enu_t faultType, double faultValue) |
|
oms_status_enu_t | addTLMBus (const oms::ComRef &cref, oms_tlm_domain_t domain, const int dimensions, const oms_tlm_interpolation_t interpolation) |
|
oms::TLMBusConnector * | getTLMBusConnector (const oms::ComRef &cref) |
|
TLMBusConnector ** | getTLMBusConnectors () |
|
oms_status_enu_t | addConnectorToTLMBus (const ComRef &busCref, const ComRef &connectorCref, const std::string type) |
|
oms_status_enu_t | deleteConnectorFromTLMBus (const ComRef &busCref, const ComRef &connectorCref) |
|
virtual oms_status_enu_t | exportToSSD (pugi::xml_node &node, pugi::xml_node &ssvNode) const =0 |
|
virtual oms_status_enu_t | exportToSSVTemplate (pugi::xml_node &ssvNode) |
|
virtual oms_status_enu_t | exportToSSMTemplate (pugi::xml_node &ssmNode) |
|
virtual oms_status_enu_t | instantiate ()=0 |
|
virtual oms_status_enu_t | initialize ()=0 |
|
virtual oms_status_enu_t | terminate ()=0 |
|
virtual oms_status_enu_t | reset ()=0 |
|
virtual oms_status_enu_t | stepUntil (double stopTime) |
|
const DirectedGraph & | getInitialUnknownsGraph () |
|
const DirectedGraph & | getOutputsGraph () |
|
virtual oms_status_enu_t | getBoolean (const ComRef &cref, bool &value) |
|
virtual oms_status_enu_t | getInteger (const ComRef &cref, int &value) |
|
virtual oms_status_enu_t | getReal (const ComRef &cref, double &value) |
|
virtual oms_status_enu_t | setBoolean (const ComRef &cref, bool value) |
|
virtual oms_status_enu_t | setInteger (const ComRef &cref, int value) |
|
virtual oms_status_enu_t | setReal (const ComRef &cref, double value) |
|
virtual oms_status_enu_t | deleteStartValue (const ComRef &cref) |
|
virtual oms_status_enu_t | getRealOutputDerivative (const ComRef &cref, SignalDerivative &der) |
|
virtual oms_status_enu_t | setRealInputDerivative (const ComRef &cref, const SignalDerivative &der) |
|
virtual Variable * | getVariable (const ComRef &cref)=0 |
|
virtual oms_status_enu_t | registerSignalsForResultFile (ResultWriter &resultFile)=0 |
|
virtual oms_status_enu_t | updateSignals (ResultWriter &resultWriter)=0 |
|
virtual oms_status_enu_t | addSignalsToResults (const char *regex)=0 |
|
virtual oms_status_enu_t | removeSignalsFromResults (const char *regex)=0 |
|
virtual bool | getCanGetAndSetState () |
|
virtual oms_status_enu_t | saveState () |
|
virtual oms_status_enu_t | freeState () |
|
virtual oms_status_enu_t | restoreState () |
|