#include "Time.h"
#include <pthread.h>
#include <queue>
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | FCam |
Classes | |
| class | FCam::Event |
| An Event marks a change in device state or an error condition. More... | |
| class | FCam::EventGenerator |
| A base class for things that generate events. More... | |
Functions | |
| bool | FCam::getNextEvent (Event *) |
| Copies the next pending event into the pointer given. | |
Definition in file Event.h.
1.5.6