PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
OutdoorThermometerManager Class Reference

Static Private Member Functions

static void Init ()
 
static void Cleanup ()
 
static void Add (OutdoorThermometer thermometer)
 
static void Remove (OutdoorThermometer thermometer)
 
static void Update (float timeslice)
 

Static Private Attributes

static private float TIME_BETWEEN_UPDATE = 1
 
static private float LIMIT_FOR_UPDATE_ALL_THERMOMETERS = 100
 
static private ref array< OutdoorThermometerm_Thermometers
 
static private int m_LastCheckIndex
 
static private float m_TimeToUpdate
 
static private int m_NumUpdate = 1
 

Member Function Documentation

◆ Add()

static void Add ( OutdoorThermometer  thermometer)
inlinestaticprivate

◆ Cleanup()

static void Cleanup ( )
inlinestaticprivate

◆ Init()

static void Init ( )
inlinestaticprivate

◆ Remove()

static void Remove ( OutdoorThermometer  thermometer)
inlinestaticprivate

◆ Update()

static void Update ( float  timeslice)
inlinestaticprivate

Field Documentation

◆ LIMIT_FOR_UPDATE_ALL_THERMOMETERS

private float LIMIT_FOR_UPDATE_ALL_THERMOMETERS = 100
staticprivate

Referenced by Add(), and Remove().

◆ m_LastCheckIndex

private int m_LastCheckIndex
staticprivate

Referenced by Cleanup(), Init(), and Update().

◆ m_NumUpdate

private int m_NumUpdate = 1
staticprivate

Referenced by Add(), Remove(), and Update().

◆ m_Thermometers

private ref array<OutdoorThermometer> m_Thermometers
staticprivate

Referenced by Add(), Cleanup(), Init(), Remove(), and Update().

◆ m_TimeToUpdate

private float m_TimeToUpdate
staticprivate

Referenced by Init(), and Update().

◆ TIME_BETWEEN_UPDATE

private float TIME_BETWEEN_UPDATE = 1
staticprivate

Referenced by Add(), Remove(), and Update().


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