OTX-Runtime for DotNet  
OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob 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.Job.

Public Member Functions

void AddBranchByIndex (IParameterContainer parameterContainer, IParameterContainer content, double index)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void AddBranchByName (IParameterContainer parameterContainer, IParameterContainer content, string shortName)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void AddBranchByValue (IParameterContainer parameterContainer, double value)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void AddElement (IParameterContainer parameterContainer, IParameterContainer content=null)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void AddEnvDataByDtc (IParameterContainer parameterContainer, double dtc)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IResponse CreateResponse (IResult result, OtxJobResponseStates responseState=OtxJobResponseStates.POSITIVE)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
IResult CreateResult (IDiagService diagService, string codeDescription=null, string vendorCodeDescription=null, OtxResultTypes resultType=OtxResultTypes.REQUEST_AND_RESPONSE, OtxSeverityTypes severity=OtxSeverityTypes.ERROR, long errorCode=0, long vendorCode=0)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
string GetJobInfo (IDiagService diagJob)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
long GetJobProgress (IDiagService diagJob)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void SendFinalResult (IResult result)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void SendIntermediateResult (IResult result)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void SetJobInfo (string info)
 Identical to an action or term in the OTX standard ISO 13209. A detailed specification can be found there. More...
 
void SetProgressInfo (double process)
 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

◆ AddBranchByIndex()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.AddBranchByIndex ( IParameterContainer  parameterContainer,
IParameterContainer  content,
double  index 
)

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

◆ AddBranchByName()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.AddBranchByName ( IParameterContainer  parameterContainer,
IParameterContainer  content,
string  shortName 
)

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

◆ AddBranchByValue()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.AddBranchByValue ( IParameterContainer  parameterContainer,
double  value 
)

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

◆ AddElement()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.AddElement ( IParameterContainer  parameterContainer,
IParameterContainer  content = null 
)

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

◆ AddEnvDataByDtc()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.AddEnvDataByDtc ( IParameterContainer  parameterContainer,
double  dtc 
)

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

◆ CreateResponse()

IResponse OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.CreateResponse ( IResult  result,
OtxJobResponseStates  responseState = OtxJobResponseStates.POSITIVE 
)

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

◆ CreateResult()

IResult OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.CreateResult ( IDiagService  diagService,
string  codeDescription = null,
string  vendorCodeDescription = null,
OtxResultTypes  resultType = OtxResultTypes.REQUEST_AND_RESPONSE,
OtxSeverityTypes  severity = OtxSeverityTypes.ERROR,
long  errorCode = 0,
long  vendorCode = 0 
)

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

◆ GetJobInfo()

string OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.GetJobInfo ( IDiagService  diagJob)

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

◆ GetJobProgress()

long OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.GetJobProgress ( IDiagService  diagJob)

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

◆ SendFinalResult()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.SendFinalResult ( IResult  result)

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

◆ SendIntermediateResult()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.SendIntermediateResult ( IResult  result)

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

◆ SetJobInfo()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.SetJobInfo ( string  info)

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

◆ SetProgressInfo()

void OpenTestSystem.Otx.DiagManager.OtxDiagApi.IJob.SetProgressInfo ( double  process)

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: