Main Class Reference
#include <Main.h>
Detailed Description
Definition at line 17 of file Main.h.
List of all members.
Constructor & Destructor Documentation
constructor
Definition at line 28 of file Main.cc.
destructor
Definition at line 73 of file Main.cc.
don't call (copy constructor)
Member Function Documentation
void doStart |
( |
|
) |
[virtual] |
void doStop |
( |
|
) |
[virtual] |
static const char* getClassName |
( |
|
) |
[static] |
static const char* getEventsID |
( |
|
) |
[static] |
void gotThreadedEvent |
( |
EventBase * |
evt |
) |
[protected] |
Main& operator= |
( |
const Main & |
|
) |
[private] |
don't call (assignment operator)
void processEvent |
( |
const EventBase & |
event |
) |
[virtual] |
Member Data Documentation
serial number of last camera frame, just so we can give warning message when we drop (if verbose is set)
Definition at line 68 of file Main.h.
Referenced by gotCamera().
used for temporary storage when parsing sensor frames, allocation here avoids rather costly constructor call on every sensor frame
Definition at line 57 of file Main.h.
The documentation for this class was generated from the following files:
|