This action marks the end of a strobing sequence on a strobe enabled flash unit. More...
#include <Flash.h>


Public Member Functions | |
| StrobeStopAction (Flash *f) | |
| Create a StrobeStopAction set to stop strobing the given flash as soon as possible after the start of exposure. | |
| StrobeStopAction (Flash *f, int time) | |
| Create a StrobeStartAction set to stop strobing the given flash at time t microseconds after the start of exposure. | |
| virtual void | doAction () |
| Performs the StrobeStopAction, specifically calling stopStrobe() on the associated F2::Flash. | |
Protected Attributes | |
| Flash * | flash |
| An associated F2::Flash upon which the action will be performed. | |
This action marks the end of a strobing sequence on a strobe enabled flash unit.
Definition at line 78 of file Flash.h.
| FCam::F2::Flash::StrobeStopAction::StrobeStopAction | ( | Flash * | f | ) |
Create a StrobeStopAction set to stop strobing the given flash as soon as possible after the start of exposure.
| FCam::F2::Flash::StrobeStopAction::StrobeStopAction | ( | Flash * | f, | |
| int | time | |||
| ) |
Create a StrobeStartAction set to stop strobing the given flash at time t microseconds after the start of exposure.
| void FCam::F2::Flash::StrobeStopAction::doAction | ( | ) | [virtual] |
Performs the StrobeStopAction, specifically calling stopStrobe() on the associated F2::Flash.
Implements FCam::Action.
1.7.1