FirstModulAR 0.1.0
Loading...
Searching...
No Matches
MultiPulseVitalsListing Class Reference

Renders one or more vitals using a line renderer and text displays. More...

Inheritance diagram for MultiPulseVitalsListing:

Public Member Functions

MultiPulseVitalsListing Init (IVitalsProvider provider)
 Initializes the listing with the given provider. Initialization is required for the listing to function.
 
void Stop ()
 De-initializes and stops vitals listing from processing.
 
bool ContainsDataType (DataType dataType)
 Checks if the listing contains the specified data type.
 
void SetColors (bool isAlerting)
 Sets the colors of the UI elements based on the alert state.
 

Properties

IVitalsProvider Provider [get]
 
bool IsInitialized [get]
 
float Frequency [get]
 

Detailed Description

Renders one or more vitals using a line renderer and text displays.

Member Function Documentation

◆ ContainsDataType()

bool MultiPulseVitalsListing.ContainsDataType ( DataType dataType)
inline

Checks if the listing contains the specified data type.

Parameters
dataTypeThe data type to check.
Returns
True if the listing contains the data type, otherwise false.

◆ Init()

MultiPulseVitalsListing MultiPulseVitalsListing.Init ( IVitalsProvider provider)
inline

Initializes the listing with the given provider. Initialization is required for the listing to function.

◆ SetColors()

void MultiPulseVitalsListing.SetColors ( bool isAlerting)
inline

Sets the colors of the UI elements based on the alert state.

Parameters
isAlertingTrue if the alert state is active, otherwise false.

◆ Stop()

void MultiPulseVitalsListing.Stop ( )
inline

De-initializes and stops vitals listing from processing.

Property Documentation

◆ Frequency

float MultiPulseVitalsListing.Frequency
get

◆ IsInitialized

bool MultiPulseVitalsListing.IsInitialized
getprotected

◆ Provider

IVitalsProvider MultiPulseVitalsListing.Provider
getprotected

The documentation for this class was generated from the following file: