Classes | Namespaces

include/FCam/Action.h File Reference

Abstract base classes for device actions. More...

#include <stdio.h>
Include dependency graph for Action.h:

Go to the source code of this file.

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...

Namespaces

namespace  FCam
 

Main namespace for the API.



Detailed Description

Abstract base classes for device actions.

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.