Home
last modified time | relevance | path

Searched defs:Shooting (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/statechart/example/Camera/
DShooting.hpp38 struct Shooting : sc::simple_state< Shooting, Camera, Focusing > struct
40 typedef sc::transition< EvShutterRelease, NotShooting > reactions; argument
51 struct Focusing : sc::state< Focusing, Shooting > argument
DShooting.cpp22 Shooting::Shooting() in Shooting() function in Shooting