#include <rfid_reader_mac.hpp>
Inheritance diagram for RfidMacCycleEvent:
Public Types | |
typedef boost::shared_ptr< RfidMacCycleEvent > | RfidMacCycleEventPtr |
Smart pointer that clients should use. | |
Public Member Functions | |
void | execute () |
The code that gets executed for the event. | |
Static Public Member Functions | |
static RfidMacCycleEventPtr | create (RfidReaderMacPtr rfidReaderMac) |
A factory method to ensure that all objects are created via new since we are using smart pointers. | |
Protected Member Functions | |
RfidMacCycleEvent (RfidReaderMacPtr rfidReaderMac) | |
A constructor. |
Definition at line 424 of file rfid_reader_mac.hpp.
void RfidMacCycleEvent::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 442 of file rfid_reader_mac.hpp.