necst_msgs.msg.AlertMsg Reference

necst_msgs.msg.AlertMsg

Data type for alert information.

Fields

Example

>>> from necst_msgs.msg import AlertMsg
>>> msg = AlertMsg(
...     threshold=5.0, actual=6.1, warning=True, critical=False, target=["all"]
... )

Raw definitions

float64[] threshold
float64 actual
bool warning
bool critical
string[] target

Home