23 #ifndef __FIREVISION_APPS_BASE_AQT_VISION_THREADS_H_ 24 #define __FIREVISION_APPS_BASE_AQT_VISION_THREADS_H_ 26 #include <core/threading/thread_list.h> 37 friend class FvAquisitionThread;
50 bool has_cyclic_thread();
51 bool has_cont_thread();
53 void wakeup_and_wait_cyclic_threads();
55 void set_prepfin_hold(
bool hold);
Fawkes library namespace.
This is supposed to be the central clock in Fawkes.
A class for handling time.
Aquisition-dependant threads.
Thread class encapsulation of pthreads.
A barrier is a synchronization tool which blocks until a given number of threads have reached the bar...