/AWS1/CL_IOIVEHICLEMIDDLEWARE¶
The vehicle middleware defined as a type of network interface. Examples of vehicle
middleware include ROS2 and SOME/IP.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/IOIVEHICLEMIDDLEWARENAME /AWS1/IOIVEHICLEMIDDLEWARENAME¶
The name of the vehicle middleware.
iv_protocolname TYPE /AWS1/IOIVEHICLEMIDDLEWAREPR00 /AWS1/IOIVEHICLEMIDDLEWAREPR00¶
The protocol name of the vehicle middleware.
Queryable Attributes¶
name¶
The name of the vehicle middleware.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NAME() | Getter for NAME, with configurable default | 
| ASK_NAME() | Getter for NAME w/ exceptions if field has no value | 
| HAS_NAME() | Determine if NAME has a value | 
protocolName¶
The protocol name of the vehicle middleware.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_PROTOCOLNAME() | Getter for PROTOCOLNAME, with configurable default | 
| ASK_PROTOCOLNAME() | Getter for PROTOCOLNAME w/ exceptions if field has no value | 
| HAS_PROTOCOLNAME() | Determine if PROTOCOLNAME has a value |