|
pfodParser
5.0.1
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <pfodDrawing.h>
Inherits pfodAutoCmd.
Public Member Functions | |
| pfodDrawing () | |
| void | init () |
| void | setParser (pfodParser *_parserPtr) |
| virtual bool | sendDwg () |
| virtual bool | processDwgCmds () |
| pfodDrawing (pfodParser *parserPtr, pfodDwgs *dwgsPtr) | |
| void | setParserDwgs (pfodParser *_parserPtr, pfodDwgs *_dwgsPtr) |
Protected Attributes | |
| pfodParser * | parserPtr |
| pfodDwgs * | dwgsPtr |
Definition at line 47 of file pfodDrawing.h.
| pfodDrawing::pfodDrawing | ( | ) |
| pfodDrawing::pfodDrawing | ( | pfodParser * | parserPtr, |
| pfodDwgs * | dwgsPtr | ||
| ) |
| void pfodDrawing::init | ( | ) |
|
virtual |
|
virtual |
| void pfodDrawing::setParser | ( | pfodParser * | _parserPtr | ) |
| void pfodDrawing::setParserDwgs | ( | pfodParser * | _parserPtr, |
| pfodDwgs * | _dwgsPtr | ||
| ) |
|
protected |
Definition at line 58 of file pfodDrawing.h.
|
protected |
Definition at line 57 of file pfodDrawing.h.