#include <rfid_reader_app.hpp>
Inheritance diagram for RfidReaderAppReadEvent:
Public Types | |
typedef boost::shared_ptr< RfidReaderAppReadEvent > | RfidReaderAppReadEventPtr |
Smart pointer that clients should use. | |
Public Member Functions | |
void | execute () |
The code that gets executed for the event. | |
Static Public Member Functions | |
static RfidReaderAppReadEventPtr | create (RfidReaderAppPtr readerApp) |
A factory method to ensure that all objects are created via new since we are using smart pointers. | |
Protected Member Functions | |
RfidReaderAppReadEvent (RfidReaderAppPtr readerApp) | |
A constructor. |
Definition at line 348 of file rfid_reader_app.hpp.
void RfidReaderAppReadEvent::execute | ( | ) | [inline, virtual] |
The code that gets executed for the event.
Subclasses can override this to define their own actions.
Implements Event.
Definition at line 365 of file rfid_reader_app.hpp.