Gbox
4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
Loading...
Searching...
No Matches
ELClientCmd.h
Go to the documentation of this file.
1
5
// Miscellaneous commands
6
7
#ifndef _EL_CLIENT_CMD_H_
8
#define _EL_CLIENT_CMD_H_
9
10
#include <Arduino.h>
11
#include "
ELClient.h
"
12
#include "
FP.h
"
13
14
class
ELClientCmd
{
15
public
:
16
// Constructor
17
ELClientCmd
(
ELClient
* elc);
18
// Get the current time in seconds since the epoch, 0 if the time is unknown
19
uint32_t
GetTime
();
20
21
private
:
22
ELClient
* _elc;
23
};
24
#endif
ELClient.h
Definitions for ELClient.
FP.h
Core Utility - Templated Function Pointer Class.
ELClientCmd
Definition
ELClientCmd.h:14
ELClientCmd::GetTime
uint32_t GetTime()
Get time from ESP.
Definition
ELClientCmd.cpp:31
ELClient
Definition
ELClient.h:78
Gbox420_Mega_Main
ELClient
ELClientCmd.h
Generated by
1.9.8