8 #ifndef webservicesHedit
9 #define webservicesHedit 1
10 // 20Jun14 MJNewman 1: Created
82 bool highlight =
false,
99 String prefix,String name,
100 int32_t defaultValue,
125 const char *
const pNames[],
126 bool isEnabled =
true);
173 #endif // defined(webservicesHedit)
void webXMLstartFile()
Start a XML file output.
Definition: webservices.cpp:111
String getDefaultedArgument(String name, String defaultValue="")
Definition: webservices.cpp:310
void webServicesLoop()
Perform periodic tasks managing web services.
Definition: webservices.cpp:304
void emitButtonTD(Print *pPrint, const char *pTitle, const char *pValue, bool highlight=false, bool enabled=true)
Definition: webservices.cpp:155
void webservicesSetPermanentVariableFromArguments()
Definition: webservices.cpp:337
void webStartPage(const char *pName="")
Definition: webservices.cpp:60
void webXMLendFile()
End an XML file output.
Definition: webservices.cpp:118
void emitMonthSelector(Print *pPrint, String prefix, const char *pName, uint8_t month)
Definition: webservices.cpp:224
void versionPage()
Report version information.
Definition: webservices.cpp:345
void emitNumberInput(Print *pPrint, String prefix, String name, int32_t defaultValue, int digits, int minAllowed, int maxAllowed)
Definition: webservices.cpp:168
void emitGenericSelector(Print *pPrint, String prefix, const char *pName, String selectedName, const char *const pNames[], bool isEnabled=true)
Definition: webservices.cpp:195
EXTERNDEF void emitButton(Print *pPrint, const char *pTitle, const char *pValue, bool highlight=false, bool enabled=true)
Definition: webservices.cpp:124
Print * pWebPrint
< version of this include file
Definition: webservices.cpp:58
void servicePageArguments()
Definition: webservices.cpp:248
bool webservicesDoesArgumentExist(const char *pName)
Definition: webservices.cpp:332
void webEndPage()
Definition: webservices.cpp:96
void webServicesInit()
Initialize the web services.