Represents a threshold for vital signs. Used for triggering alerts when vitals are outside of the threshold.
More...
|
| void | OnValidate () |
| | Called when the script is loaded or a value is changed in the inspector.
|
| |
| override string | ToString () |
| | Returns a string that represents the current object.
|
| |
Represents a threshold for vital signs. Used for triggering alerts when vitals are outside of the threshold.
◆ OnValidate()
| void FMAR.Comms.Vitals.VitalsThreshold.OnValidate |
( |
| ) |
|
|
inline |
Called when the script is loaded or a value is changed in the inspector.
◆ ToString()
| override string FMAR.Comms.Vitals.VitalsThreshold.ToString |
( |
| ) |
|
|
inline |
Returns a string that represents the current object.
- Returns
- A string that represents the current object.
◆ comparison
The comparison type for the threshold. Ex: Less than, Greater than.
◆ dataType
| DataType FMAR.Comms.Vitals.VitalsThreshold.dataType |
The data type of the vital sign.
◆ name
| string FMAR.Comms.Vitals.VitalsThreshold.name |
The name of the threshold.
◆ value
| float FMAR.Comms.Vitals.VitalsThreshold.value |
The value of the threshold.
The documentation for this class was generated from the following file: