class2 Class Reference

#include <test_carlino.h>

Inherits CarLinO::CarLinO_leash.

Collaboration diagram for class2:

Collaboration graph

Public Member Functions

 class2 (void)
 Class 2 for Process 2.
void Dispatcher (const CarLinO_message *message)
 Pure virtual interface.
void Process (void)

Static Public Member Functions

static void * wrapper (void *obj)

Constructor & Destructor Documentation

class2 ( void   ) 

Class 2 for Process 2.


Member Function Documentation

void Dispatcher ( const CarLinO_message message  )  [virtual]

Pure virtual interface.

Implements CarLinO_leash.

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.

Parameters:
object Pointer to istance of object of type AP_Thread to call the specific thread run function.

Reimplemented from AP_Thread.


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

Generated on Fri Mar 5 16:50:45 2010 for CarLinO by  doxygen 1.5.8