pfodParser
3.55.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <pfodArc.h>
Inherits pfodDwgsBase.
pfodArc & | radius (float _radius) |
pfodArc & | start (float _start) |
pfodArc & | angle (float _angle) |
pfodArc & | color (int _color) |
pfodArc & | idx (uint16_t _idx) |
pfodArc & | autoIdx (uint16_t &_idx) |
pfodArc & | filled () |
pfodArc & | offset (float _colOffset, float _rowOffset) |
void | init (Print *out, struct VALUES *_values) |
void | send (char _startChar='|') |
Additional Inherited Members | |
![]() | |
void | printFloatNumber (float f) |
![]() | |
Print * | out |
![]() | |
static const int | BLACK_WHITE = -1 |
static const int | BLACK = 0 |
static const int | MAROON = 1 |
static const int | GREEN = 2 |
static const int | OLIVE = 3 |
static const int | NAVY = 4 |
static const int | PURPLE = 5 |
static const int | TEAL = 6 |
static const int | SILVER = 7 |
static const int | GREY = 8 |
static const int | RED = 9 |
static const int | LIME = 10 |
static const int | YELLOW = 11 |
static const int | BLUE = 12 |
static const int | FUCHSIA = 13 |
static const int | MAGENTA = FUCHSIA |
static const int | AQUA = 14 |
static const int | WHITE = 15 |
static const int | TOUCH = 0 |
static const int | DOWN = 1 |
static const int | DRAG = 2 |
static const int | UP = 4 |
static const int | CLICK = 8 |
static const int | PRESS = 16 |
static const int | ENTRY = 32 |
static const int | EXIT = 64 |
static const int | DOWN_UP = 256 |
static const int | TOUCH_DISABLED = 512 |
static const uint16_t | TOUCHED_COL = 65534 |
static const uint16_t | TOUCHED_ROW = 65532 |
static const uint16_t | TOUCHED_X = 65534 |
static const uint16_t | TOUCHED_Y = 65532 |
![]() | |
void | startText () |
void | encodeText (Print *out, uint8_t encodeOutput, const char *cPtr) |
void | encodeText (Print *out, uint8_t encodeOutput, const __FlashStringHelper *ifsh) |
void | encodeChar (Print *out, uint8_t encodeOutput, char c) |
void | printFloat (float f) |
void | printFloatDecimals (float f, int decPlaces) |
void | sendColRowVars (float val) |
void | printColor () |
void | printTextFormatsWithBkgndColor () |
void | printIdx () |
void | colRowOffset () |
void | colWidthHeight () |
void | initValues (struct VALUES *_valuesPtr) |
pfodDwgsBase () | |
int | getAutoIdx (uint16_t &idx) |
![]() | |
struct VALUES * | valuesPtr |
pfodArc& pfodArc::angle | ( | float | _angle | ) |
pfodArc& pfodArc::autoIdx | ( | uint16_t & | _idx | ) |
pfodArc& pfodArc::color | ( | int | _color | ) |
pfodArc& pfodArc::filled | ( | ) |
pfodArc& pfodArc::idx | ( | uint16_t | _idx | ) |
void pfodArc::init | ( | Print * | out, |
struct VALUES * | _values | ||
) |
pfodArc& pfodArc::offset | ( | float | _colOffset, |
float | _rowOffset | ||
) |
pfodArc& pfodArc::radius | ( | float | _radius | ) |
|
virtual |
Reimplemented from pfodDwgsBase.
pfodArc& pfodArc::start | ( | float | _start | ) |