Ignition Gazebo

API Reference

5.0.0
TemperatureRangeInfoSerializer Class Reference

Serializer for components::TemperatureRangeInfo object. More...

#include <TemperatureRange.hh>

Static Public Member Functions

static std::istreamDeserialize (std::istream &_in, components::TemperatureRangeInfo &_info)
 Deserialization for components::TemperatureRangeInfo. More...
 
static std::ostreamSerialize (std::ostream &_out, const components::TemperatureRangeInfo &_info)
 Serialization for components::TemperatureRangeInfo. More...
 

Detailed Description

Serializer for components::TemperatureRangeInfo object.

Member Function Documentation

◆ Deserialize()

static std::istream& Deserialize ( std::istream _in,
components::TemperatureRangeInfo _info 
)
inlinestatic

Deserialization for components::TemperatureRangeInfo.

Parameters
[in]_inInput stream
[out]_infoThe object to populate
Returns
The stream

References TemperatureRangeInfo::max, and TemperatureRangeInfo::min.

◆ Serialize()

static std::ostream& Serialize ( std::ostream _out,
const components::TemperatureRangeInfo _info 
)
inlinestatic

Serialization for components::TemperatureRangeInfo.

Parameters
[out]_outOutput stream
[in]_infoObject for the stream
Returns
The stream

References TemperatureRangeInfo::max, and TemperatureRangeInfo::min.


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