1#ifndef Driver_RHTemp_Simulated_Api_h_
2#define Driver_RHTemp_Simulated_Api_h_
53 bool sample(
float& rhOut,
float& tempCOut ) noexcept;
This class provides a concrete implementation for a Point who's data is a bool.
Definition Bool.h:40
This class provides a concrete implementation for a Point who's data is a float.
Definition Float.h:41
This class defines an interface for reading and managing a combined RH and Temperature sensor.
Definition Api.h:33
SamplingState_T
State of the non-blocking sampling.
Definition Api.h:38
This class implements the RH/Temperature driver interface using model points as the physical signals.
Definition Api.h:37
bool m_started
Started state.
Definition Api.h:80
Cpl::Dm::Mp::Float & m_mpTemp
Simulated input value.
Definition Api.h:74
bool setHeaterState(bool enabled) noexcept
See Driver::RHTemp::Api.
Cpl::Dm::Mp::Float & m_mpRh
Simulated input value.
Definition Api.h:71
Driver::RHTemp::Api::SamplingState_T startSample() noexcept
See Driver::RHTemp::Api.
Driver::RHTemp::Api::SamplingState_T getSample(float &rhOut, float &tempCOut) noexcept
See Driver::RHTemp::Api.
Cpl::Dm::Mp::Bool & m_mpHeaterEnabled
Simulated output value.
Definition Api.h:77
Api(Cpl::Dm::Mp::Float &simulatedRHInputMP, Cpl::Dm::Mp::Float &simulatedTempInputMP, Cpl::Dm::Mp::Bool &simulateHeaterStateMP)
Constructor.
void stop() noexcept
See Driver::RHTemp::Api.
Driver::RHTemp::Api::SamplingState_T getSamplingState() noexcept
See Driver::RHTemp::Api.
bool start() noexcept
See Driver::RHTemp::Api.
bool sample(float &rhOut, float &tempCOut) noexcept
See Driver::RHTemp::Api.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20