#include <avc1394transport.h>
Inherits Thread.

Public Member Functions | |
| AVC1394TransportThread (BC_Title *label, AVC1394Control *avc) | |
| ~AVC1394TransportThread () | |
| void | run () |
Data Fields | |
| BC_Title * | label |
| AVC1394Control * | avc |
| int | tid |
| int | done |
Definition at line 20 of file avc1394transport.h.
| AVC1394TransportThread::AVC1394TransportThread | ( | BC_Title * | label, | |
| AVC1394Control * | avc | |||
| ) |
| AVC1394TransportThread::~AVC1394TransportThread | ( | ) |
Definition at line 20 of file avc1394transport.C.
References done, Thread::end(), and Thread::join().

| void AVC1394TransportThread::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 27 of file avc1394transport.C.
References avc, Thread::disable_cancel(), done, Thread::enable_cancel(), label, BC_WindowBase::lock_window(), NULL, POLL_INTERVAL, AVC1394Control::timecode(), BC_WindowBase::unlock_window(), and BC_Title::update().

Definition at line 32 of file avc1394transport.h.
Referenced by AVC1394TransportThread(), run(), and ~AVC1394TransportThread().
1.5.5