pfodParser
3.55.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <pfodDwgsBase.h>
Public Attributes | |
float | startAngle |
float | arcAngle |
const char * | text |
const __FlashStringHelper * | textF |
const char * | units |
const __FlashStringHelper * | unitsF |
float | reading |
uint8_t | haveReading |
int32_t | value |
uint8_t | haveValue |
float | displayMax |
float | displayMin |
int32_t | max |
int32_t | min |
int | decPlaces |
int | fontSize |
uint8_t | bold |
uint8_t | italic |
uint8_t | underline |
int | color |
int | backgroundColor |
float | width |
float | height |
float | colOffset |
float | rowOffset |
uint16_t | idx |
float | radius |
char | cmd |
const char * | cmdStr |
char | loadCmd |
const char * | loadCmdStr |
uint16_t | filter |
uint8_t | filled |
uint8_t | rounded |
uint8_t | encodeOutput |
uint8_t | centered |
char | align |
Definition at line 15 of file pfodDwgsBase.h.
char VALUES::align |
Definition at line 52 of file pfodDwgsBase.h.
float VALUES::arcAngle |
Definition at line 17 of file pfodDwgsBase.h.
int VALUES::backgroundColor |
Definition at line 36 of file pfodDwgsBase.h.
uint8_t VALUES::bold |
Definition at line 32 of file pfodDwgsBase.h.
uint8_t VALUES::centered |
Definition at line 51 of file pfodDwgsBase.h.
char VALUES::cmd |
Definition at line 43 of file pfodDwgsBase.h.
const char* VALUES::cmdStr |
Definition at line 44 of file pfodDwgsBase.h.
float VALUES::colOffset |
Definition at line 39 of file pfodDwgsBase.h.
int VALUES::color |
Definition at line 35 of file pfodDwgsBase.h.
int VALUES::decPlaces |
Definition at line 30 of file pfodDwgsBase.h.
float VALUES::displayMax |
Definition at line 26 of file pfodDwgsBase.h.
float VALUES::displayMin |
Definition at line 27 of file pfodDwgsBase.h.
uint8_t VALUES::encodeOutput |
Definition at line 50 of file pfodDwgsBase.h.
uint8_t VALUES::filled |
Definition at line 48 of file pfodDwgsBase.h.
uint16_t VALUES::filter |
Definition at line 47 of file pfodDwgsBase.h.
int VALUES::fontSize |
Definition at line 31 of file pfodDwgsBase.h.
uint8_t VALUES::haveReading |
Definition at line 23 of file pfodDwgsBase.h.
uint8_t VALUES::haveValue |
Definition at line 25 of file pfodDwgsBase.h.
float VALUES::height |
Definition at line 38 of file pfodDwgsBase.h.
uint16_t VALUES::idx |
Definition at line 41 of file pfodDwgsBase.h.
uint8_t VALUES::italic |
Definition at line 33 of file pfodDwgsBase.h.
char VALUES::loadCmd |
Definition at line 45 of file pfodDwgsBase.h.
const char* VALUES::loadCmdStr |
Definition at line 46 of file pfodDwgsBase.h.
int32_t VALUES::max |
Definition at line 28 of file pfodDwgsBase.h.
int32_t VALUES::min |
Definition at line 29 of file pfodDwgsBase.h.
float VALUES::radius |
Definition at line 42 of file pfodDwgsBase.h.
float VALUES::reading |
Definition at line 22 of file pfodDwgsBase.h.
uint8_t VALUES::rounded |
Definition at line 49 of file pfodDwgsBase.h.
float VALUES::rowOffset |
Definition at line 40 of file pfodDwgsBase.h.
float VALUES::startAngle |
Definition at line 16 of file pfodDwgsBase.h.
const char* VALUES::text |
Definition at line 18 of file pfodDwgsBase.h.
const __FlashStringHelper* VALUES::textF |
Definition at line 19 of file pfodDwgsBase.h.
uint8_t VALUES::underline |
Definition at line 34 of file pfodDwgsBase.h.
const char* VALUES::units |
Definition at line 20 of file pfodDwgsBase.h.
const __FlashStringHelper* VALUES::unitsF |
Definition at line 21 of file pfodDwgsBase.h.
int32_t VALUES::value |
Definition at line 24 of file pfodDwgsBase.h.
float VALUES::width |
Definition at line 37 of file pfodDwgsBase.h.