class Mappings::TemperatureValue
- Mappings::TemperatureValue
- Mappings::Mapping
- Reference
- Object
Overview
A temperature slot value.
- unit [
String
] : The unit used. - value [
Float32
] : The temperature resolved.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #to_unsafe
- #unit
- #value
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.