Searched refs:NotShooting (Results 1 – 4 of 4) sorted by relevance
34 struct NotShooting;35 struct Camera : sc::state_machine< Camera, NotShooting >42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > struct46 NotShooting(); argument47 ~NotShooting();52 struct Idle : sc::simple_state< Idle, NotShooting >
17 NotShooting::NotShooting() in NotShooting() function in NotShooting22 NotShooting::~NotShooting() in ~NotShooting()27 sc::result NotShooting::react( const EvShutterHalf & ) in react()
29 struct Configuring : sc::simple_state< Configuring, NotShooting >
40 typedef sc::transition< EvShutterRelease, NotShooting > reactions;