#include <CarLinO_base.h>
Inherited by CarLinO_leash, and CarLinO_process.
Public Member Functions | |
CarLinO_base (const AP_String &name) | |
AP_Bool | Post (const CarLinO_message *msg, const AP_Uint32 size) const |
CarLinO_message * | PostAck (const CarLinO_message *msg, const AP_Uint32 size) |
AP_String | processName (void) const |
AP_Bool | valid (void) const |
Inline. | |
~CarLinO_base (void) | |
Protected Attributes | |
AP_ThreadSemaphore | _m_ackEvent |
CarLinO_message_queue | _m_commandAck |
CarLinO_message_queue | _m_connectionAck |
CarLinO_message_queue | _m_coreAck |
CarLinO_message_queue | _m_debugAck |
AMICO_link | _m_link |
AP_ThreadSemaphore | _m_linkEvent |
AP_String | _m_processName |
AP_Uint32 | _m_seq |
AP_Bool | _m_valid |
CarLinO_base | ( | const AP_String & | name | ) | [inline] |
~CarLinO_base | ( | void | ) | [inline] |
AP_Bool Post | ( | const CarLinO_message * | msg, | |
const AP_Uint32 | size | |||
) | const |
CarLinO_message * PostAck | ( | const CarLinO_message * | msg, | |
const AP_Uint32 | size | |||
) |
AP_String processName | ( | void | ) | const [inline] |
AP_Bool valid | ( | void | ) | const [inline] |
Inline.
AP_ThreadSemaphore _m_ackEvent [protected] |
CarLinO_message_queue _m_commandAck [protected] |
CarLinO_message_queue _m_connectionAck [protected] |
CarLinO_message_queue _m_coreAck [protected] |
CarLinO_message_queue _m_debugAck [protected] |
AMICO_link _m_link [protected] |
AP_ThreadSemaphore _m_linkEvent [protected] |
AP_String _m_processName [protected] |
AP_Uint32 _m_seq [protected] |
AP_Bool _m_valid [protected] |