Home
last modified time | relevance | path

Searched refs:NotShooting (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/statechart/example/Camera/
DCamera.hpp34 struct NotShooting;
35 struct Camera : sc::state_machine< Camera, NotShooting >
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > struct
46 NotShooting(); argument
47 ~NotShooting();
52 struct Idle : sc::simple_state< Idle, NotShooting >
DCamera.cpp17 NotShooting::NotShooting() in NotShooting() function in NotShooting
22 NotShooting::~NotShooting() in ~NotShooting()
27 sc::result NotShooting::react( const EvShutterHalf & ) in react()
DConfiguring.hpp29 struct Configuring : sc::simple_state< Configuring, NotShooting >
DShooting.hpp40 typedef sc::transition< EvShutterRelease, NotShooting > reactions;