FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Comms.Vitals.VitalsThreshold Class Reference

Represents a threshold for vital signs. Used for triggering alerts when vitals are outside of the threshold. More...

Public Member Functions

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.
 

Public Attributes

string name
 The name of the threshold.
 
DataType dataType
 The data type of the vital sign.
 
VitalsThresholdComparison comparison
 The comparison type for the threshold. Ex: Less than, Greater than.
 
float value
 The value of the threshold.
 

Detailed Description

Represents a threshold for vital signs. Used for triggering alerts when vitals are outside of the threshold.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ comparison

VitalsThresholdComparison FMAR.Comms.Vitals.VitalsThreshold.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: