T_Road_Signals_VmsBoard

Variable message boards can change their values during the simulation in ASAM OpenSCENARIO. Variable message boards are switched off if they are not specified in ASAM OpenSCENARIO.

Java class for t_road_signals_vmsBoard complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_road_signals_vmsBoard">
  <complexContent>
    <extension base="{}t_road_signals_board">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="displayArea" type="{}t_road_signals_displayArea" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="displayHeight" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="displayType" type="{}e_road_signals_displayType" />
      <attribute name="displayWidth" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the dependency property.
Link copied to clipboard
Gets the value of the displayArea property.
Link copied to clipboard
Height of the display
Link copied to clipboard
Functional type of the display
Link copied to clipboard
Width of the display
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the reference property.
Link copied to clipboard
open fun getV(): Double
Local v-coordinate of the board
Link copied to clipboard
Gets the value of the validity property.
Link copied to clipboard
open fun getZ(): Double
Local z-coordinate of the board
Link copied to clipboard
open fun setDisplayHeight(value: Double)
Sets the value of the displayHeight property.
Link copied to clipboard
Sets the value of the displayType property.
Link copied to clipboard
open fun setDisplayWidth(value: Double)
Sets the value of the displayWidth property.
Link copied to clipboard
open fun setV(value: Double)
Sets the value of the v property.
Link copied to clipboard
open fun setZ(value: Double)
Sets the value of the z property.