Fawkes API
Fawkes Development Version
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
FvBaseThread Member List
This is the complete list of members for
FvBaseThread
, including all inherited members.
acquire_camctrl
(const char *cam_string)
FvBaseThread
virtual
acquire_camctrl
(const char *cam_string, const std::type_info &typeinf)
FvBaseThread
protected
virtual
firevision::VisionMaster::acquire_camctrl
(const char *camera_string, CC *&cc)
firevision::VisionMaster
add_aspect
(const char *name)
fawkes::Aspect
protected
add_notification_listener
(ThreadNotificationListener *notification_listener)
fawkes::Thread
blocked_timing_hook_to_string
(WakeupHook hook)
fawkes::BlockedTimingAspect
static
BlockedTimingAspect
(WakeupHook wakeup_hook)
fawkes::BlockedTimingAspect
blockedTimingAspectHook
() const
fawkes::BlockedTimingAspect
cancel
()
fawkes::Thread
CANCEL_DISABLED
enum value
fawkes::Thread
CANCEL_ENABLED
enum value
fawkes::Thread
cancel_finalize
()
fawkes::Thread
cancelled
() const
fawkes::Thread
CancelState
enum name
fawkes::Thread
clock
fawkes::ClockAspect
protected
ClockAspect
()
fawkes::ClockAspect
config
fawkes::ConfigurableAspect
protected
ConfigurableAspect
()
fawkes::ConfigurableAspect
current_thread
()
fawkes::Thread
static
current_thread_id
()
fawkes::Thread
static
current_thread_noexc
()
fawkes::Thread
static
destroy_main
()
fawkes::Thread
static
detach
()
fawkes::Thread
detached
() const
fawkes::Thread
exit
()
fawkes::Thread
protected
finalize
()
FvBaseThread
virtual
finalize_prepared
fawkes::Thread
protected
FLAG_BAD
fawkes::Thread
static
flagged_bad
() const
fawkes::Thread
FvBaseThread
()
FvBaseThread
get_aspects
() const
fawkes::Aspect
init
()
FvBaseThread
virtual
init_ClockAspect
(Clock *clock)
fawkes::ClockAspect
init_ConfigurableAspect
(Configuration *config)
fawkes::ConfigurableAspect
init_LoggingAspect
(Logger *logger)
fawkes::LoggingAspect
init_main
()
fawkes::Thread
static
init_ThreadProducerAspect
(ThreadCollector *collector)
fawkes::ThreadProducerAspect
join
()
fawkes::Thread
kill
(int sig)
fawkes::Thread
logger
fawkes::LoggingAspect
protected
LoggingAspect
()
fawkes::LoggingAspect
loop
()
FvBaseThread
virtual
loop_mutex
fawkes::Thread
mutable
protected
loopinterrupt_antistarve_mutex
fawkes::Thread
protected
name
() const
fawkes::Thread
inline
once
()
fawkes::Thread
protected
virtual
operator==
(const Thread &thread)
fawkes::Thread
opmode
() const
fawkes::Thread
OpMode
enum name
fawkes::Thread
OPMODE_CONTINUOUS
enum value
fawkes::Thread
OPMODE_WAITFORWAKEUP
enum value
fawkes::Thread
prepare_finalize
()
fawkes::Thread
prepare_finalize_user
()
fawkes::Thread
virtual
register_for_camera
(const char *camera_string, fawkes::Thread *thread, firevision::colorspace_t cspace=firevision::YUV422_PLANAR)
FvBaseThread
virtual
register_for_raw_camera
(const char *camera_string, fawkes::Thread *thread)
FvBaseThread
virtual
release_camctrl
(firevision::CameraControl *cc)
FvBaseThread
virtual
remove_notification_listener
(ThreadNotificationListener *notification_listener)
fawkes::Thread
run
()
FvBaseThread
inline
protected
virtual
running
() const
fawkes::Thread
set_cancel_state
(CancelState new_state, CancelState *old_state=0)
fawkes::Thread
static
set_coalesce_wakeups
(bool coalesce=true)
fawkes::Thread
protected
set_delete_on_exit
(bool del)
fawkes::Thread
set_flag
(uint32_t flag)
fawkes::Thread
set_flags
(uint32_t flags)
fawkes::Thread
set_name
(const char *format,...)
fawkes::Thread
protected
set_opmode
(OpMode op_mode)
fawkes::Thread
protected
set_prepfin_conc_loop
(bool concurrent=true)
fawkes::Thread
protected
set_prepfin_hold
(bool hold)
fawkes::Thread
start
(bool wait=true)
fawkes::Thread
started
() const
fawkes::Thread
test_cancel
()
fawkes::Thread
protected
Thread
(const char *name)
fawkes::Thread
protected
Thread
(const char *name, OpMode op_mode)
fawkes::Thread
protected
thread_collector
fawkes::ThreadProducerAspect
protected
thread_id
() const
fawkes::Thread
thread_init_failed
(fawkes::Thread *thread)
FvBaseThread
virtual
thread_started
(fawkes::Thread *thread)
FvBaseThread
virtual
ThreadProducerAspect
()
fawkes::ThreadProducerAspect
unregister_thread
(fawkes::Thread *thread)
FvBaseThread
virtual
unset_flag
(uint32_t flag)
fawkes::Thread
vision_master
()
FvBaseThread
virtual
VisionMasterAspect
(firevision::VisionMaster *master) __attribute__((nonnull))
fawkes::VisionMasterAspect
wait_loop_done
()
fawkes::Thread
waiting
() const
fawkes::Thread
wakeup
()
fawkes::Thread
wakeup
(Barrier *barrier)
fawkes::Thread
WAKEUP_HOOK_ACT
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_ACT_EXEC
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_POST_LOOP
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_PRE_LOOP
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_SENSOR_ACQUIRE
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_SENSOR_PREPARE
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_SENSOR_PROCESS
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_SKILL
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_THINK
enum value
fawkes::BlockedTimingAspect
WAKEUP_HOOK_WORLDSTATE
enum value
fawkes::BlockedTimingAspect
wakeup_pending
()
fawkes::Thread
protected
WakeupHook
enum name
fawkes::BlockedTimingAspect
yield
()
fawkes::Thread
protected
~BlockedTimingAspect
()
fawkes::BlockedTimingAspect
virtual
~ClockAspect
()
fawkes::ClockAspect
virtual
~ConfigurableAspect
()
fawkes::ConfigurableAspect
virtual
~FvBaseThread
()
FvBaseThread
virtual
~LoggingAspect
()
fawkes::LoggingAspect
virtual
~Thread
()
fawkes::Thread
virtual
~ThreadNotificationListener
()
fawkes::ThreadNotificationListener
virtual
~ThreadProducerAspect
()
fawkes::ThreadProducerAspect
virtual
~VisionMaster
()
firevision::VisionMaster
virtual
~VisionMasterAspect
()
fawkes::VisionMasterAspect
virtual
Generated by
1.8.10