RfidReaderAppReadEvent Class Reference

The event for when the read process should begin at the application. More...

#include <rfid_reader_app.hpp>

Inheritance diagram for RfidReaderAppReadEvent:

Event List of all members.

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.

Detailed Description

The event for when the read process should begin at the application.

Definition at line 348 of file rfid_reader_app.hpp.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Dec 12 17:04:41 2006 for rfidsim by  doxygen 1.4.7