GM6000 Digital Heater Controller Branch: main
SDX-1330
Variables
mp Namespace Reference

Encapsulate all Model Points in the 'mp' namespace to prevent polluting the global name space. More...

Detailed Description

Encapsulate all Model Points in the 'mp' namespace to prevent polluting the global name space.

Variables

Cpl::Dm::Mp::ArrayInt32< 2 > erosThermistorSample
 This model point holds the low level ADC Bit value and its corresponding Temperature value in degrees Fahrenheit.
 
Cpl::Dm::ModelDatabase g_modelDatabase
 The Application's Model Point Database.
 
Cpl::Dm::Mp::Uint32 mockedHeaterPwmOut
 This model point holds commanded PWM output signal for the Heater PWM signal.
 
Cpl::Dm::Mp::Uint32 mockedFanPwmOut
 This model point holds commanded PWM output signal for the Fan PWM signal.
 
Cpl::Dm::Mp::Bool mockedHwSafetyIn
 This model point holds 'source' value for the HW Safety Limit Tripped input signal.
 

Variable Documentation

◆ erosThermistorSample

Cpl::Dm::Mp::ArrayInt32<2> mp::erosThermistorSample
extern

This model point holds the low level ADC Bit value and its corresponding Temperature value in degrees Fahrenheit.

Units: Array

Range: Index[0] = ADC Bits Index[1] = Temperature 'F

Notes: n/a

◆ g_modelDatabase

Cpl::Dm::ModelDatabase mp::g_modelDatabase
extern

The Application's Model Point Database.

◆ mockedFanPwmOut

Cpl::Dm::Mp::Uint32 mp::mockedFanPwmOut
extern

This model point holds commanded PWM output signal for the Fan PWM signal.

Units: duty cycle

Range: 0 to OPTION_DRIVER_DIO_PWM_MAX_DUTY_CYCLE_VALUE

Notes: n/a

◆ mockedHeaterPwmOut

Cpl::Dm::Mp::Uint32 mp::mockedHeaterPwmOut
extern

This model point holds commanded PWM output signal for the Heater PWM signal.

Units: duty cycle

Range: 0 to OPTION_DRIVER_DIO_PWM_MAX_DUTY_CYCLE_VALUE

Notes: n/a

◆ mockedHwSafetyIn

Cpl::Dm::Mp::Bool mp::mockedHwSafetyIn
extern

This model point holds 'source' value for the HW Safety Limit Tripped input signal.

Units: boolean

Range: true:= Safety Limit asserted false: = normal operation

Notes: n/a