class text_thread

thread class to work with closed captions grabber

Public Methods

text_thread( int argc, char **argv )
should take the comport number from args
~text_thread()
static void text_thread_entry_func( void *_instance )
void init()
void shutdown()
void loop()

Private Fields

comport* com_port
bool shutdown_now
mutex shutdown_mutex
mutex to lock shutdown procedure

Documentation

thread class to work with closed captions grabber
comport* com_port

bool shutdown_now

mutex shutdown_mutex
mutex to lock shutdown procedure

text_thread( int argc, char **argv )
should take the comport number from args. Do nothing else

~text_thread()

static void text_thread_entry_func( void *_instance )

void init()

void shutdown()

void loop()


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.