![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class implements the RH/Temperature driver interface using model points as the physical signals. More...
This class implements the RH/Temperature driver interface using model points as the physical signals.
The Application is responsible for providing the Model Point instances.
The class is NOT thread safe. The application is RESPONSIBLE for ensuring thread-safe usage.
#include <Api.h>
Public Member Functions | |
Api (Cpl::Dm::Mp::Float &simulatedRHInputMP, Cpl::Dm::Mp::Float &simulatedTempInputMP, Cpl::Dm::Mp::Bool &simulateHeaterStateMP) | |
Constructor. | |
bool | start () noexcept |
See Driver::RHTemp::Api. | |
void | stop () noexcept |
See Driver::RHTemp::Api. | |
bool | sample (float &rhOut, float &tempCOut) noexcept |
See Driver::RHTemp::Api. | |
bool | setHeaterState (bool enabled) noexcept |
See Driver::RHTemp::Api. | |
Driver::RHTemp::Api::SamplingState_T | startSample () noexcept |
See Driver::RHTemp::Api. | |
Driver::RHTemp::Api::SamplingState_T | getSamplingState () noexcept |
See Driver::RHTemp::Api. | |
Driver::RHTemp::Api::SamplingState_T | getSample (float &rhOut, float &tempCOut) noexcept |
See Driver::RHTemp::Api. | |
![]() | |
virtual | ~Api () |
Virtual destructor. | |
Protected Attributes | |
Cpl::Dm::Mp::Float & | m_mpRh |
Simulated input value. | |
Cpl::Dm::Mp::Float & | m_mpTemp |
Simulated input value. | |
Cpl::Dm::Mp::Bool & | m_mpHeaterEnabled |
Simulated output value. | |
bool | m_started |
Started state. | |
Additional Inherited Members | |
![]() | |
enum | SamplingState_T { eNOT_STARTED , eSAMPLING , eSAMPLE_READY , eERROR } |
State of the non-blocking sampling. More... | |
Driver::RHTemp::Simulated::Api::Api | ( | Cpl::Dm::Mp::Float & | simulatedRHInputMP, |
Cpl::Dm::Mp::Float & | simulatedTempInputMP, | ||
Cpl::Dm::Mp::Bool & | simulateHeaterStateMP | ||
) |
Constructor.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Reimplemented from Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
virtualnoexcept |
See Driver::RHTemp::Api.
Implements Driver::RHTemp::Api.
|
protected |
Simulated output value.
|
protected |
Simulated input value.
|
protected |
Simulated input value.
|
protected |
Started state.