AMICO_link_accept Class Reference

#include <AMICO_link.h>

Inherits AP::AP_Thread.

Collaboration diagram for AMICO_link_accept:

Collaboration graph

Public Member Functions

void Accept (const AP_Uint32 timeout)
AP_Bool accepted (void) const
 Inline.
 AMICO_link_accept (AMICO_link *link)
virtual ~AMICO_link_accept (void)

Private Member Functions

void run (void)

Private Attributes

AP_Bool _m_accepted
AMICO_link_m_link
AP_Uint32 _m_timeout

Constructor & Destructor Documentation

AMICO_link_accept ( AMICO_link link  )  [inline]

virtual ~AMICO_link_accept ( void   )  [inline, virtual]


Member Function Documentation

void Accept ( const AP_Uint32  timeout  ) 

AP_Bool accepted ( void   )  const [inline]

Inline.

void run ( void   )  [private, 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

AP_Bool _m_accepted [private]

AMICO_link* _m_link [private]

AP_Uint32 _m_timeout [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