Public Member Functions | Protected Member Functions

FvRetrieverThread Class Reference

FireVision retriever thread. More...

#include "retriever_thread.h"

Inheritance diagram for FvRetrieverThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FvRetrieverThread (const char *camera_string, const char *id)
 Constructor.
virtual ~FvRetrieverThread ()
 Destructor.
virtual void init ()
virtual void finalize ()
virtual void loop ()
 Thread loop.

Protected Member Functions

virtual void run ()
 Stub to see name in backtrace for easier debugging.

Detailed Description

FireVision retriever thread.

This implements the functionality of the FvRetrieverPlugin.

Author:
Tim Niemueller

Definition at line 42 of file retriever_thread.h.


Constructor & Destructor Documentation

FvRetrieverThread::FvRetrieverThread ( const char *  camera_string,
const char *  id 
)

Constructor.

Parameters:
camera_string camera argument string for camera to open
id ID used to form thread name (FvRetrieverThread_[ID]) and shared memory image segment ID (retriever_[ID]).

Definition at line 49 of file retriever_thread.cpp.

References fawkes::Thread::set_name().

FvRetrieverThread::~FvRetrieverThread (  )  [virtual]

Destructor.

Definition at line 61 of file retriever_thread.cpp.


Member Function Documentation

void FvRetrieverThread::loop (  )  [virtual]
virtual void FvRetrieverThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 57 of file retriever_thread.h.


The documentation for this class was generated from the following files: