AMICO_Receiver Class Reference

#include <AMICO_Receiver.h>

Inherits AP::AP_Thread.

Collaboration diagram for AMICO_Receiver:

Collaboration graph

Public Member Functions

 AMICO_Receiver (AMICO_Layer *parent)
AP_Bool Create (void)
void Destroy (void)
void run (void)
virtual ~AMICO_Receiver (void)

Private Attributes

AMICO_Layerm_Parent

Constructor & Destructor Documentation

AMICO_Receiver ( AMICO_Layer parent  ) 

~AMICO_Receiver ( void   )  [virtual]


Member Function Documentation

AP_Bool Create ( void   ) 

void Destroy ( void   ) 

void run ( void   )  [virtual]

Main thread function. It must be overloaded in your derived class. It has no parameter.

Example:
void run(void)
{
while(is_running())
{
... do something ...
}
}

Reimplemented from AP_Thread.


Field Documentation

AMICO_Layer* m_Parent [private]


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