< ReservoirModule default settings More...
#include <Settings.h>
Public Member Functions | |
ReservoirModuleSettings (bool SerialReportDate=true, bool SerialReportMemory=true, bool SerialReportJSONFriendly=true, bool SerialReportJSON=true, bool SerialReportWireless=true) | |
Data Fields | |
bool | SerialReportDate |
Enable/disable reporting the current time to the Serial output. | |
bool | SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output. | |
bool | SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output. | |
bool | SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output. | |
bool | SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output. | |
< ReservoirModule default settings
Definition at line 184 of file Settings.h.
|
inline |
Definition at line 46 of file Settings.h.
bool Settings::ReservoirModuleSettings::SerialReportDate |
Enable/disable reporting the current time to the Serial output.
Definition at line 47 of file Settings.h.
bool Settings::ReservoirModuleSettings::SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output.
Definition at line 50 of file Settings.h.
bool Settings::ReservoirModuleSettings::SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output.
Definition at line 49 of file Settings.h.
bool Settings::ReservoirModuleSettings::SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output.
Definition at line 48 of file Settings.h.
bool Settings::ReservoirModuleSettings::SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output.
Definition at line 51 of file Settings.h.