java.lang.Object | |
↳ | com.commsignia.v2x.client.model.bsm.BSMSafetyEventFlags |
Event flags in Safety Extension (part II) of BSM
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BSMSafetyEventFlags()
Create new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
equals(Object o)
| ||||||||||
int |
hashCode()
| ||||||||||
boolean |
isABSActivated()
Returns the status of the ABS activated flag.
| ||||||||||
boolean |
isAirBagDeployment()
Returns the value of the air bag deployment flag.
| ||||||||||
boolean |
isDisabledVehicle()
Returns the value of the disabled vehicle flag.
| ||||||||||
boolean |
isEmergencyResponse()
Retruns the value of the emergency response flag.
| ||||||||||
boolean |
isFlatTire()
Returns the value of the flat tire flag.
| ||||||||||
boolean |
isHardBraking()
Returns the value of the hard braking flag.
| ||||||||||
boolean |
isHazardLights()
Returns the status of the hazard lights flag.
| ||||||||||
boolean |
isHazardousMaterials()
Returns the value of the hazardous materials flag.
| ||||||||||
boolean |
isLightsChanged()
Returns the value of the lights changed flag.
| ||||||||||
boolean |
isStabilityControlActivated()
Returns true if stability control flag is set.
| ||||||||||
boolean |
isStopLineViolation()
Returns the status of the stop line violation flag.
| ||||||||||
boolean |
isTractionControlLoss()
Returns the value of the traction control loss flag.
| ||||||||||
boolean |
isWipersChanged()
Returns the value of the wipers changed flag.
| ||||||||||
void |
setABSActivated(boolean absActivated)
Sets the value of the ABS activated flag.
| ||||||||||
void |
setAirBagDeployment(boolean airBagDeployment)
Sets the value of the air bag deployment flag.
| ||||||||||
void |
setDisabledVehicle(boolean disabledVehicle)
Sets the value of the disabled vehicle flag.
| ||||||||||
void |
setEmergencyResponse(boolean emergencyResponse)
Sets the value of the emergency response flag.
| ||||||||||
void |
setFlatTire(boolean flatTire)
Sets the value of the flat tire flag.
| ||||||||||
void |
setHardBraking(boolean hardBraking)
Sets the value of the hard barking flag.
| ||||||||||
void |
setHazardLights(boolean hazardLights)
Sets the status of the hazard lights flag.
| ||||||||||
void |
setHazardousMaterials(boolean hazardousMaterials)
Sets the value of the hazardous materials flag.
| ||||||||||
void |
setLightsChanged(boolean lightsChanged)
Sets the value of the lights changed flag.
| ||||||||||
void |
setStabilityControlActivated(boolean stabilityControlActivated)
Sets the value of the stability control activated flag.
| ||||||||||
void |
setStopLineViolation(boolean stopLineViolation)
Sets the value of the stop line violation flag.
| ||||||||||
void |
setTractionControlLoss(boolean tractionControlLoss)
Sets the value of the traction control loss flag.
| ||||||||||
void |
setWipersChanged(boolean wipersChanged)
Sets the valuie of the wipers changed flag.
| ||||||||||
String |
toString()
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create new instance.
Returns the status of the ABS activated flag.
Returns the value of the air bag deployment flag.
Returns the value of the disabled vehicle flag.
Retruns the value of the emergency response flag.
Returns the value of the flat tire flag.
Returns the value of the hard braking flag.
Returns the status of the hazard lights flag.
Returns the value of the hazardous materials flag.
Returns the value of the lights changed flag.
Returns true if stability control flag is set.
Returns the status of the stop line violation flag.
Returns the value of the traction control loss flag.
Returns the value of the wipers changed flag.
Sets the value of the ABS activated flag.
absActivated | new value for the ABS activated flag |
---|
Sets the value of the air bag deployment flag.
airBagDeployment | new value for the air bag deployment flag |
---|
Sets the value of the disabled vehicle flag.
disabledVehicle | new value for the disabled vehicle flag |
---|
Sets the value of the emergency response flag.
emergencyResponse | new value for the emergency response flag |
---|
Sets the value of the flat tire flag.
flatTire | new value of the flat tire flag |
---|
Sets the value of the hard barking flag.
hardBraking | new value for the hard braking flag |
---|
Sets the status of the hazard lights flag.
hazardLights | new value for the hazard light flag |
---|
Sets the value of the hazardous materials flag.
hazardousMaterials | new value for the hazardous materials flag |
---|
Sets the value of the lights changed flag.
lightsChanged | new value for the lights changed flag |
---|
Sets the value of the stability control activated flag.
stabilityControlActivated | new value for the stability control activated flag |
---|
Sets the value of the stop line violation flag.
stopLineViolation | new value for the stop line violation flag |
---|
Sets the value of the traction control loss flag.
tractionControlLoss | new value for the traction control loss flag |
---|
Sets the valuie of the wipers changed flag.
wipersChanged | new value for the wipers changed flag |
---|