java.lang.Object | |
↳ | com.commsignia.v2x.client.model.StationCommonInfo |
Holds common information about the station. Analogous to the low frequency container of the CAM object.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StationCommonInfo()
Creates a new instsance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
ExteriorLights |
getExteriorLights()
Returns the status of the exterior light switches of a vehicle.
| ||||||||||
List<TracePathPoint> |
getPathHistory()
Returns the path history.
| ||||||||||
VehicleRole |
getVehicleRole()
Returns the role played by a vehicle at a point in time.
| ||||||||||
int | hashCode() | ||||||||||
void |
setExteriorLights(ExteriorLights exteriorLights)
Sets the exterior lights' status in the vehicle.
| ||||||||||
void |
setPathHistory(List<TracePathPoint> pathHistory)
Sets the path history.
| ||||||||||
void |
setVehicleRole(VehicleRole vehicleRole)
Sets the role played by a vehicle at a point in time.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instsance.
Returns the status of the exterior light switches of a vehicle.
Returns the role played by a vehicle at a point in time.
Sets the exterior lights' status in the vehicle.
exteriorLights | exterior lights object |
---|
Sets the path history.
pathHistory | path history |
---|
Sets the role played by a vehicle at a point in time.
vehicleRole | vehicle role |
---|