|
AGirs
|
#include "config.h"#include "GirsLib/LedLcdManager.h"#include "GirsLib/GirsUtils.h"#include <IrReceiverSampler.h>#include <Ethernet.h>#include <IPAddress.h>#include <Beacon.h>#include "GirsLib/version.h"
Go to the source code of this file.
Macros | |
| #define | PROGNAME "Listener" |
| #define | xstr(s) str(s) |
| #define | str(s) #s |
| #define | DUMMYPORT 8888 |
Functions | |
| static IPAddress | broadcastIp (BROADCAST_IP) |
| static void | readOneDecode () |
| void | setup () |
| void | loop () |
Variables | |
| static const milliseconds_t | beginTimeout = BEGINTIMEOUT |
| static const milliseconds_t | endingTimeout = ENDINGTIMEOUT |
| static const size_t | captureSize = CAPTURESIZE |
| static const microseconds_t | markExcess = IRRECEIVER_MARK_EXCESS |
| static LED_PARAMETER_CONST led_t | receiveled = RECEIVELED |
| static IrReader * | irReceiver = NULL |
| static EthernetUDP | udp |
| static char | decode [100] |
| #define DUMMYPORT 8888 |
| #define PROGNAME "Listener" |
Definition at line 45 of file Listener.cpp.
| #define str | ( | s | ) | #s |
| #define xstr | ( | s | ) | str(s) |
|
static |
| void loop | ( | ) |
Definition at line 157 of file Listener.cpp.
|
static |
Definition at line 59 of file Listener.cpp.
| void setup | ( | ) |
Definition at line 91 of file Listener.cpp.
|
static |
Definition at line 33 of file Listener.cpp.
|
static |
Definition at line 35 of file Listener.cpp.
|
static |
Definition at line 57 of file Listener.cpp.
|
static |
Definition at line 34 of file Listener.cpp.
|
static |
Definition at line 42 of file Listener.cpp.
|
static |
Definition at line 36 of file Listener.cpp.
|
static |
Definition at line 39 of file Listener.cpp.
|
static |
Definition at line 53 of file Listener.cpp.