GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Protected Attributes
Driver::RHTemp::Simulated::Api Class Reference

This class implements the RH/Temperature driver interface using model points as the physical signals. More...

Detailed Description

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>

Inheritance diagram for Driver::RHTemp::Simulated::Api:
[legend]
Collaboration diagram for Driver::RHTemp::Simulated::Api:
[legend]

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.
 
- Public Member Functions inherited from Driver::RHTemp::Api
virtual ~Api ()
 Virtual destructor.
 

Protected Attributes

Cpl::Dm::Mp::Floatm_mpRh
 Simulated input value.
 
Cpl::Dm::Mp::Floatm_mpTemp
 Simulated input value.
 
Cpl::Dm::Mp::Boolm_mpHeaterEnabled
 Simulated output value.
 
bool m_started
 Started state.
 

Additional Inherited Members

- Public Types inherited from Driver::RHTemp::Api
enum  SamplingState_T { eNOT_STARTED , eSAMPLING , eSAMPLE_READY , eERROR }
 State of the non-blocking sampling. More...
 

Constructor & Destructor Documentation

◆ Api()

Driver::RHTemp::Simulated::Api::Api ( Cpl::Dm::Mp::Float simulatedRHInputMP,
Cpl::Dm::Mp::Float simulatedTempInputMP,
Cpl::Dm::Mp::Bool simulateHeaterStateMP 
)

Constructor.

Member Function Documentation

◆ getSample()

Driver::RHTemp::Api::SamplingState_T Driver::RHTemp::Simulated::Api::getSample ( float &  rhOut,
float &  tempCOut 
)
virtualnoexcept

◆ getSamplingState()

Driver::RHTemp::Api::SamplingState_T Driver::RHTemp::Simulated::Api::getSamplingState ( )
virtualnoexcept

◆ sample()

bool Driver::RHTemp::Simulated::Api::sample ( float &  rhOut,
float &  tempCOut 
)
virtualnoexcept

◆ setHeaterState()

bool Driver::RHTemp::Simulated::Api::setHeaterState ( bool  enabled)
virtualnoexcept

See Driver::RHTemp::Api.

Reimplemented from Driver::RHTemp::Api.

◆ start()

bool Driver::RHTemp::Simulated::Api::start ( )
virtualnoexcept

◆ startSample()

Driver::RHTemp::Api::SamplingState_T Driver::RHTemp::Simulated::Api::startSample ( )
virtualnoexcept

◆ stop()

void Driver::RHTemp::Simulated::Api::stop ( )
virtualnoexcept

Member Data Documentation

◆ m_mpHeaterEnabled

Cpl::Dm::Mp::Bool& Driver::RHTemp::Simulated::Api::m_mpHeaterEnabled
protected

Simulated output value.

◆ m_mpRh

Cpl::Dm::Mp::Float& Driver::RHTemp::Simulated::Api::m_mpRh
protected

Simulated input value.

◆ m_mpTemp

Cpl::Dm::Mp::Float& Driver::RHTemp::Simulated::Api::m_mpTemp
protected

Simulated input value.

◆ m_started

bool Driver::RHTemp::Simulated::Api::m_started
protected

Started state.


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