![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Struct defines the geometry of the input membership function. More...
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_T & | operator= (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. | |
|
inline |
Constructor (to ensure any pad bytes get zero'd -->needed for brute force compare operation)
|
inline |
Copy Constructor (to ensure any pad bytes get zero'd)
|
inline |
Constructor - all arguments.
|
inline |
Comparison operator (for DM support)
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
int32_t Ajax::Heating::Flc::Config_T::errScalar |
Scaler applied to the calculate error value (before fuzzifying)
int32_t Ajax::Heating::Flc::Config_T::maxY |
Maximum Y axis value.
int32_t Ajax::Heating::Flc::Config_T::outK[AJAX_HEATING_FLC_CONFIG_NUM_MEMBER_SETS] |
Set Strengths for the output membership function.
int32_t Ajax::Heating::Flc::Config_T::outputScalar |
Scaler value (applied to numerator) used when defuzzifying the output.