pfodParser
3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodDrawing.h
Go to the documentation of this file.
1
#ifndef PFOD_DRAWING_H
2
#define PFOD_DRAWING_H
3
/*
4
pfodDrawing.h
5
(c)2022 Forward Computing and Control Pty. Ltd.
6
NSW Australia, www.forward.com.au
7
This code is not warranted to be fit for any purpose. You may only use it at your own risk.
8
This code may be freely used for both private and commercial use
9
Provide this copyright is maintained.
10
*/
11
#include "
pfodParser.h
"
12
#include "
pfodDwgs.h
"
13
14
class
pfodParser
;
15
class
pfodDwgs
;
16
17
class
pfodDrawing
:
public
pfodAutoCmd {
18
public
:
19
pfodDrawing
(
pfodParser
*
parserPtr
,
pfodDwgs
*
dwgsPtr
);
20
21
virtual
bool
sendDwg
();
// returns is dwg sent else false i.e. not this dwg's loadCmd
22
virtual
bool
processDwgCmds
();
// return true if handled else false
23
protected
:
24
pfodParser
*
parserPtr
;
25
pfodDwgs
*
dwgsPtr
;
26
};
27
28
#endif
pfodDrawing
Definition:
pfodDrawing.h:17
pfodDrawing::sendDwg
virtual bool sendDwg()
pfodDrawing::dwgsPtr
pfodDwgs * dwgsPtr
Definition:
pfodDrawing.h:25
pfodDrawing::pfodDrawing
pfodDrawing(pfodParser *parserPtr, pfodDwgs *dwgsPtr)
pfodDrawing::parserPtr
pfodParser * parserPtr
Definition:
pfodDrawing.h:24
pfodDrawing::processDwgCmds
virtual bool processDwgCmds()
pfodDwgs
Definition:
pfodDwgs.h:30
pfodParser
Definition:
pfodParser.h:48
pfodDwgs.h
pfodParser.h
Arduino
pfodParser
src
pfodDrawing.h
Generated by
1.9.1