Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-02-17 12:58:01 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-02-17 12:58:01 +0300
commit127ccae0585b0d18f25efe64b529107f250b981b (patch)
tree3cac06cc15b1f799f99fc853dfb75ea3e0da162d /src/Heating/HeaterMonitor.h
parent1380e12cbc34c4ff5eaec64b9b070a6ca523ef37 (diff)
Moved heat.sensors to sensors.analog in the OM
Also added heater monitors to the OM
Diffstat (limited to 'src/Heating/HeaterMonitor.h')
-rw-r--r--src/Heating/HeaterMonitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Heating/HeaterMonitor.h b/src/Heating/HeaterMonitor.h
index 42bdac38..2b4fb322 100644
--- a/src/Heating/HeaterMonitor.h
+++ b/src/Heating/HeaterMonitor.h
@@ -53,6 +53,7 @@ public:
float GetTemperatureLimit() const noexcept { return limit; } // Get the temperature limit
HeaterMonitorAction GetAction() const noexcept { return action; } // Get the action to trigger when a temperature event occurs
HeaterMonitorTrigger GetTrigger() const noexcept { return trigger; } // Get the condition for a temperature event
+ const char *GetTriggerName() const noexcept; // Get the condition for a temperature event
void Report(unsigned int heater, unsigned int index, const StringRef& reply) const noexcept; // Append a report of this monitor to the string