public class

StationCommonInfo

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.StationCommonInfo

Class Overview

Holds common information about the station. Analogous to the low frequency container of the CAM object.

Summary

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
From class java.lang.Object

Public Constructors

public StationCommonInfo ()

Creates a new instsance.

Public Methods

public boolean equals (Object o)

public ExteriorLights getExteriorLights ()

Returns the status of the exterior light switches of a vehicle.

Returns
  • status of the exterior lights

public List<TracePathPoint> getPathHistory ()

Returns the path history.

Returns
  • path history

public VehicleRole getVehicleRole ()

Returns the role played by a vehicle at a point in time.

Returns
  • vehicle role

public int hashCode ()

public void setExteriorLights (ExteriorLights exteriorLights)

Sets the exterior lights' status in the vehicle.

Parameters
exteriorLights exterior lights object

public void setPathHistory (List<TracePathPoint> pathHistory)

Sets the path history.

Parameters
pathHistory path history

public void setVehicleRole (VehicleRole vehicleRole)

Sets the role played by a vehicle at a point in time.

Parameters
vehicleRole vehicle role

public String toString ()