![]() |
OTX Reference
|
|
Classes | |
class | ComChannelStateLiteral |
Returns a ComChannelState value from a hard-coded literal More... | |
class | ComChannelStateTerm |
The abstract type ComChannelStateTerm is an otx:Term More... | |
class | ComChannelStateValue |
Reading of data type value More... | |
class | CreateComChannel |
Creates a communication channel to an ECU More... | |
class | GetComChannelState |
Gets the current state of the diag:ComChannel. More... | |
class | GetComParameterList |
Gets a list of the available communication parameter names More... | |
class | GetRequestEndTimeFromResult |
Gets the PDU-timestamp of the end of the request message More... | |
class | GetResponseEndTime |
Gets the PDU-timestamp of the end of the response message More... | |
class | GetResponseTimestamp |
Gets a timestamp to identify the time at which a Response from a vehicle was received. More... | |
Lists all Terms.
OTX terms represent syntactic expressions which can be evaluated in order to yield a value. The resulting value of a term can be a simple value (e.g. an integer in the OTX Integer case) or a reference to complex data (e.g. a reference to a list in the OTX List case). Terms are required in various places in the data model, when a value needs to be computed which is then e.g. assigned to a variable, used as an input parameter for a procedure call, or used as the condition truth value in a branch, etc. Every OTX term is categorized according to its return type.