#include <stdio.h>

Go to the source code of this file.
Namespaces | |
| namespace | FCam |
Classes | |
| class | FCam::Action |
| An abstract base class for actions. More... | |
| class | FCam::CopyableAction< Derived > |
| For convenience, derived FCam::Action Action classes may inherit from this so they don't have to implement the FCam::Action::copy method. More... | |
Actions represent things that devices should do at precise times into the exposure. They are attached to FCam::Shot objects.
Definition in file Action.h.
1.5.6