GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Public Attributes
Ajax::Heating::Flc::Config_T Struct Reference

Struct defines the geometry of the input membership function. More...

Detailed Description

Struct defines the geometry of the input membership function.

#include <Config.h>

Public Member Functions

 Config_T ()
 Constructor (to ensure any pad bytes get zero'd -->needed for brute force compare operation)
 
 Config_T (const Config_T &other)
 Copy Constructor (to ensure any pad bytes get zero'd)
 
 Config_T (int32_t outputscalar, int32_t maxy, int32_t errscalar, int32_t derrscalar, int32_t outk[AJAX_HEATING_FLC_CONFIG_NUM_MEMBER_SETS])
 Constructor - all arguments.
 
bool operator== (Config_T const other) const
 Comparison operator (for DM support)
 
Config_Toperator= (const Config_T &other)
 Copy operator.
 

Public Attributes

int32_t outputScalar
 Scaler value (applied to numerator) used when defuzzifying the output.
 
int32_t maxY
 Maximum Y axis value.
 
int32_t errScalar
 Scaler applied to the calculate error value (before fuzzifying)
 
int32_t dErrScalar
 Scaler applied to the calculate dError value (before fuzzifying).
 
int32_t outK [AJAX_HEATING_FLC_CONFIG_NUM_MEMBER_SETS]
 Set Strengths for the output membership function.
 

Constructor & Destructor Documentation

◆ Config_T() [1/3]

Ajax::Heating::Flc::Config_T::Config_T ( )
inline

Constructor (to ensure any pad bytes get zero'd -->needed for brute force compare operation)

◆ Config_T() [2/3]

Ajax::Heating::Flc::Config_T::Config_T ( const Config_T other)
inline

Copy Constructor (to ensure any pad bytes get zero'd)

◆ Config_T() [3/3]

Ajax::Heating::Flc::Config_T::Config_T ( int32_t  outputscalar,
int32_t  maxy,
int32_t  errscalar,
int32_t  derrscalar,
int32_t  outk[AJAX_HEATING_FLC_CONFIG_NUM_MEMBER_SETS] 
)
inline

Constructor - all arguments.

Member Function Documentation

◆ operator=()

Config_T & Ajax::Heating::Flc::Config_T::operator= ( const Config_T other)
inline

Copy operator.

◆ operator==()

bool Ajax::Heating::Flc::Config_T::operator== ( Config_T const  other) const
inline

Comparison operator (for DM support)

Member Data Documentation

◆ dErrScalar

int32_t Ajax::Heating::Flc::Config_T::dErrScalar

Scaler applied to the calculate dError value (before fuzzifying).

Recommend that is value is larger than errScalar

◆ errScalar

int32_t Ajax::Heating::Flc::Config_T::errScalar

Scaler applied to the calculate error value (before fuzzifying)

◆ maxY

int32_t Ajax::Heating::Flc::Config_T::maxY

Maximum Y axis value.

◆ outK

int32_t Ajax::Heating::Flc::Config_T::outK[AJAX_HEATING_FLC_CONFIG_NUM_MEMBER_SETS]

Set Strengths for the output membership function.

◆ outputScalar

int32_t Ajax::Heating::Flc::Config_T::outputScalar

Scaler value (applied to numerator) used when defuzzifying the output.


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