Configuration

Undocumented in source.

Members

Functions

adaptAIValue
float adaptAIValue(ubyte pin, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
adaptPWMOutAvgValue
float adaptPWMOutAvgValue(ubyte pin, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
adaptVarMonitorValue
VarType adaptVarMonitorValue(ubyte varIndex, VarType value)
Undocumented in source. Be warned that the author may not have intended to support it.
getAISensorName
string getAISensorName(ubyte pin)
Undocumented in source. Be warned that the author may not have intended to support it.
getAIValueAdapterExpression
string getAIValueAdapterExpression(ubyte pin)
Undocumented in source. Be warned that the author may not have intended to support it.
getPWMOutAvgAdapterExpression
string getPWMOutAvgAdapterExpression(ubyte pin)
Undocumented in source. Be warned that the author may not have intended to support it.
getVarMonitorSensorName
string getVarMonitorSensorName(ubyte position)
Undocumented in source. Be warned that the author may not have intended to support it.
getVarMonitorValueAdapterExpression
string getVarMonitorValueAdapterExpression(ubyte varIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(File configFile)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string configStr)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(File sinkFile, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
save
string save()
Undocumented in source. Be warned that the author may not have intended to support it.
setAISensorName
void setAISensorName(ubyte pin, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setAIValueAdapterExpression
void setAIValueAdapterExpression(ubyte pin, string adapterExpression)
Undocumented in source. Be warned that the author may not have intended to support it.
setPWMOutAvgAdapterExpression
void setPWMOutAvgAdapterExpression(ubyte pin, string adapterExpression)
Undocumented in source. Be warned that the author may not have intended to support it.
setVarMonitorSensorName
void setVarMonitorSensorName(ubyte position, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setVarMonitorValueAdapterExpression
void setVarMonitorValueAdapterExpression(ubyte varIndex, string adapterExpression)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

AISensorNames
string[ubyte] AISensorNames;
Undocumented in source.
AIValueAdapters
ValueAdapter!float[ubyte] AIValueAdapters;
Undocumented in source.
PWMOutAvgValueAdapters
ValueAdapter!float[ubyte] PWMOutAvgValueAdapters;
Undocumented in source.

Meta