Anomaly notification message.
class WarningAtom
Description: Anomaly notification message.
data class WarningAtom(
/**
* Component type
*/
var componentType: DroneComponentEnum = DroneComponentEnum.UNKNOWN,
/**
* Component ID
*/
var componentId: DroneComponentIdEnum = DroneComponentIdEnum.NONE,
/**
* Warning ID
*/
var warningId: WarningIdEnum = WarningIdEnum.UNKNOWN,
)