38 #ifndef SENDIRPARSER_H
39 #define SENDIRPARSER_H
48 class SendIRParser :
public IParser
51 typedef std::function< void() > SendDoneCallback;
52 SendIRParser(
const std::string & serial,
PIR_Settings * settings, SendDoneCallback cb );
53 virtual bool add(
const unsigned char * data,
int len );
57 SendDoneCallback m_Callback;
60 #endif // SENDIRPARSER_H
the Settings structure.
Definition: pirlib2.h:334