OTX-Runtime for DotNet  
OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart Interface Reference

The class is identical to an extension in OTX standard ISO 13209. A detailed specification can be found there. More...

Inherited by OpenTestSystem.Otx.DiagManager.OtxDiagApi.EcuStateChart.

Public Member Functions

List< IDbEcuStateChartGetDbComChannelDbEcuStateCharts (IDbComChannel dbComChannel)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateTransitionGetDbDiagServiceDbEcuStateTransitionsByDbObject (IDbDiagService dbDiagService, IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateTransitionGetDbDiagServiceDbEcuStateTransitionsBySemantic (IDbDiagService dbDiagService, string semantic)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateGetDbDiagServiceDbPreConditionStatesByDbObject (IDbDiagService dbDiagService, IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateGetDbDiagServiceDbPreConditionStatesBySemantic (IDbDiagService dbDiagService, string semantic)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbEcuState GetDbEcuStateChartDbEcuStateByName (IDbEcuStateChart dbEcuStateChart, string name)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateGetDbEcuStateChartDbEcuStates (IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateTransitionGetDbEcuStateChartDbEcuStateTransitions (IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbEcuState GetDbEcuStateChartDbStartState (IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
string GetDbEcuStateChartSemantic (IDbEcuStateChart dbEcuStateChart)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateTransitionGetDbEcuStateDbEcuStateTransitions (IDbEcuState ecuState)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbDiagService GetDbEcuStateTransitionActionDbDiagComPrimitive (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbParameter GetDbEcuStateTransitionActionDbRequestParameter (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
List< IDbEcuStateTransitionActionGetDbEcuStateTransitionActions (IDbEcuStateTransition dbEcuStateTransition)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
bool GetDbEcuStateTransitionActionValueAsBoolean (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
byte[] GetDbEcuStateTransitionActionValueAsByteField (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
double GetDbEcuStateTransitionActionValueAsFloat (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
long GetDbEcuStateTransitionActionValueAsInteger (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
string GetDbEcuStateTransitionActionValueAsString (IDbEcuStateTransitionAction dbEcuStateTransitionAction)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbEcuState GetDbEcuStateTransitionDbSourceState (IDbEcuStateTransition dbEcuStateTransition)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IDbEcuState GetDbEcuStateTransitionDbTargetState (IDbEcuStateTransition dbEcuStateTransition)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 

Detailed Description

The class is identical to an extension in OTX standard ISO 13209. A detailed specification can be found there.

Member Function Documentation

◆ GetDbComChannelDbEcuStateCharts()

List<IDbEcuStateChart> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbComChannelDbEcuStateCharts ( IDbComChannel  dbComChannel)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbDiagServiceDbEcuStateTransitionsByDbObject()

List<IDbEcuStateTransition> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbDiagServiceDbEcuStateTransitionsByDbObject ( IDbDiagService  dbDiagService,
IDbEcuStateChart  dbEcuStateChart 
)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbDiagServiceDbEcuStateTransitionsBySemantic()

List<IDbEcuStateTransition> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbDiagServiceDbEcuStateTransitionsBySemantic ( IDbDiagService  dbDiagService,
string  semantic 
)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbDiagServiceDbPreConditionStatesByDbObject()

List<IDbEcuState> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbDiagServiceDbPreConditionStatesByDbObject ( IDbDiagService  dbDiagService,
IDbEcuStateChart  dbEcuStateChart 
)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbDiagServiceDbPreConditionStatesBySemantic()

List<IDbEcuState> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbDiagServiceDbPreConditionStatesBySemantic ( IDbDiagService  dbDiagService,
string  semantic 
)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateChartDbEcuStateByName()

IDbEcuState OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateChartDbEcuStateByName ( IDbEcuStateChart  dbEcuStateChart,
string  name 
)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateChartDbEcuStates()

List<IDbEcuState> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateChartDbEcuStates ( IDbEcuStateChart  dbEcuStateChart)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateChartDbEcuStateTransitions()

List<IDbEcuStateTransition> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateChartDbEcuStateTransitions ( IDbEcuStateChart  dbEcuStateChart)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateChartDbStartState()

IDbEcuState OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateChartDbStartState ( IDbEcuStateChart  dbEcuStateChart)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateChartSemantic()

string OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateChartSemantic ( IDbEcuStateChart  dbEcuStateChart)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateDbEcuStateTransitions()

List<IDbEcuStateTransition> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateDbEcuStateTransitions ( IDbEcuState  ecuState)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionDbDiagComPrimitive()

IDbDiagService OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionDbDiagComPrimitive ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionDbRequestParameter()

IDbParameter OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionDbRequestParameter ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActions()

List<IDbEcuStateTransitionAction> OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActions ( IDbEcuStateTransition  dbEcuStateTransition)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionValueAsBoolean()

bool OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionValueAsBoolean ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionValueAsByteField()

byte [] OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionValueAsByteField ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionValueAsFloat()

double OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionValueAsFloat ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionValueAsInteger()

long OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionValueAsInteger ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionActionValueAsString()

string OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionActionValueAsString ( IDbEcuStateTransitionAction  dbEcuStateTransitionAction)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionDbSourceState()

IDbEcuState OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionDbSourceState ( IDbEcuStateTransition  dbEcuStateTransition)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.

◆ GetDbEcuStateTransitionDbTargetState()

IDbEcuState OpenTestSystem.Otx.DiagManager.OtxDiagApi.IEcuStateChart.GetDbEcuStateTransitionDbTargetState ( IDbEcuStateTransition  dbEcuStateTransition)

Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there.


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