#include <test_carlino.h>
Inherits CarLinO::CarLinO_leash.
Public Member Functions | |
class3 (void) | |
Class 3 for Process 3. | |
void | Dispatcher (const CarLinO_message *message) |
Pure virtual interface. | |
void | Process (void) |
Static Public Member Functions | |
static void * | wrapper (void *obj) |
class3 | ( | void | ) |
Class 3 for Process 3.
void Dispatcher | ( | const CarLinO_message * | message | ) | [virtual] |
void Process | ( | void | ) |
static void* wrapper | ( | void * | object | ) | [inline, static] |
Wrapper for thread creation. The static wrapper method is used to pass the main thread function (run) to linux pthread_create function. It is the tipically way to do this in C++ code.
object | Pointer to istance of object of type AP_Thread to call the specific thread run function. |
Reimplemented from AP_Thread.