|
Maps SDK for C++ 1.0.0
|
Definition of Temperature interface. More...


Public Types | |
| enum class | ELevel { Unknown = 0 , Normal , Fair , Serious , Critical , ShuttingDown } |
| Values that represent temperature levels. More... | |
Public Member Functions | |
| virtual ELevel | getTemperatureLevel () const =0 |
| virtual double | getTemperatureDegrees () const =0 |
| EDataType | getType () const override final |
| Get data type. | |
| virtual LargeInteger | getAcquisitionTimestamp () const=0 |
| Time | getTime () const |
| StrongPointer< TDerivedType > | cast () |
| Cast to a derived type. | |
Static Public Member Functions | |
| static bool | isSameType (const IData *ptr) |
| Check if two data elements have the same type. | |
Definition of Temperature interface.
|
strong |
Values that represent temperature levels.
This enum defines different levels of temperature, indicating how hot or cold a system or environment is. Each level is associated with a specific range of temperature values.
|
inlineinherited |
Cast to a derived type.
|
pure virtualinherited |
|
pure virtual |
|
pure virtual |
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |