IConfiguration

Undocumented in source.

Members

Functions

adaptAIValue
float adaptAIValue(ubyte pin, float value)
Undocumented in source.
adaptPWMOutAvgValue
float adaptPWMOutAvgValue(ubyte pin, float value)
Undocumented in source.
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.
getAIValueAdapterExpression
string getAIValueAdapterExpression(ubyte pin)
Undocumented in source.
getPWMOutAvgAdapterExpression
string getPWMOutAvgAdapterExpression(ubyte pin)
Undocumented in source.
getVarMonitorSensorName
string getVarMonitorSensorName(ubyte varIndex)
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(string configString)
Undocumented in source.
load
void load(File configFile)
Undocumented in source.
save
string save()
Undocumented in source.
save
void save(File sinkFile, bool flush)
Undocumented in source.
setAISensorName
void setAISensorName(ubyte pin, string name)
Undocumented in source.
setAIValueAdapterExpression
void setAIValueAdapterExpression(ubyte pin, string adapterExpression)
Undocumented in source.
setPWMOutAvgAdapterExpression
void setPWMOutAvgAdapterExpression(ubyte pin, string adapterExpression)
Undocumented in source.
setVarMonitorSensorName
void setVarMonitorSensorName(ubyte varIndex, 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.

Meta