#include "config.h"
#include "GirsLib/LedLcdManager.h"
#include "GirsLib/GirsUtils.h"
#include "GirsLib/StreamParser.h"
#include <avr/pgmspace.h>
#include <Ethernet.h>
#include <IPAddress.h>
#include <IrReceiverSampler.h>
#include <IrWidgetAggregating.h>
#include "GirsLib/version.h"
Go to the source code of this file.
◆ errorString
#define errorString "ERROR" |
◆ LED_PARAMETER_CONST
#define LED_PARAMETER_CONST const |
◆ modulesSupported
◆ okString
◆ PARAMETER_CONST
#define PARAMETER_CONST const |
◆ PARAMETERS_NAME
◆ PROGNAME
◆ timeoutString
#define timeoutString "." |
◆ capture()
static bool capture |
( |
Stream & |
stream | ) |
|
|
static |
◆ decodeOrDump()
static void decodeOrDump |
( |
IrReader * |
irReader, |
|
|
Stream & |
stream |
|
) |
| |
|
static |
◆ flushIn()
static void flushIn |
( |
Stream & |
stream | ) |
|
|
static |
◆ isPrefix() [1/3]
bool isPrefix |
( |
const __FlashStringHelper * |
pstring, |
|
|
const char * |
cmd |
|
) |
| |
◆ isPrefix() [2/3]
bool isPrefix |
( |
const char * |
cmd, |
|
|
const __FlashStringHelper * |
pstring |
|
) |
| |
◆ isPrefix() [3/3]
static bool isPrefix |
( |
const char * |
string, |
|
|
const char * |
cmd |
|
) |
| |
|
static |
◆ loop()
◆ processCommand()
static bool processCommand |
( |
const char * |
cmd, |
|
|
StreamParser & |
parser |
|
) |
| |
|
static |
◆ readCommand()
static void readCommand |
( |
char * |
cmd, |
|
|
size_t |
cmdLength, |
|
|
StreamParser & |
parser |
|
) |
| |
|
static |
◆ readProcessOneCommand()
static bool readProcessOneCommand |
( |
Stream & |
stream | ) |
|
|
static |
◆ readProcessOneTcpCommand()
bool readProcessOneTcpCommand |
( |
EthernetClient & |
client | ) |
|
◆ receive()
◆ server()
EthernetServer server |
( |
PORT |
| ) |
|
◆ setup()
◆ beginTimeout
◆ captureEndingTimeout
◆ captureSize
◆ cmdLength
constexpr size_t cmdLength = 20U |
|
staticconstexpr |
Allocated length (-1) for commands etc.
Definition at line 158 of file Girs.cpp.
◆ receiveEndingTimeout
◆ receiverNo
const uint8_t receiverNo = 1 |
|
static |
◆ sensorNo
const unsigned sensorNo = 1 |
|
static |