pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodDrawing Class Reference

#include <pfodDrawing.h>

Inherits pfodAutoCmd.

Public Member Functions

 pfodDrawing (pfodParser *parserPtr, pfodDwgs *dwgsPtr)
 
virtual bool sendDwg ()
 
virtual bool processDwgCmds ()
 

Protected Attributes

pfodParserparserPtr
 
pfodDwgsdwgsPtr
 

Detailed Description

Definition at line 17 of file pfodDrawing.h.

Constructor & Destructor Documentation

◆ pfodDrawing()

pfodDrawing::pfodDrawing ( pfodParser parserPtr,
pfodDwgs dwgsPtr 
)

Member Function Documentation

◆ processDwgCmds()

virtual bool pfodDrawing::processDwgCmds ( )
virtual

◆ sendDwg()

virtual bool pfodDrawing::sendDwg ( )
virtual

Member Data Documentation

◆ dwgsPtr

pfodDwgs* pfodDrawing::dwgsPtr
protected

Definition at line 25 of file pfodDrawing.h.

◆ parserPtr

pfodParser* pfodDrawing::parserPtr
protected

Definition at line 24 of file pfodDrawing.h.