#include <Task_Msg.h>
Public Types | |
| enum | { MAX_STR_LEN = 1024*1024 } |
| enum | { MAX_STR_LEN = 1024*1024 } |
Public Member Functions | |
| Ping_Pong_Msg () | |
| Ping_Pong_Msg () | |
Public Attributes | |
| int | len |
| char | data [MAX_STR_LEN] |
| int | count |
Definition at line 35 of file Task_Msg.h.
|
|
Definition at line 25 of file Task_Msg.h. |
|
|
Definition at line 37 of file Task_Msg.h. |
|
|
Definition at line 41 of file Task_Msg.h. |
|
|
Definition at line 29 of file Task_Msg.h. |
|
|
Definition at line 40 of file Task_Msg.h. Referenced by Pong_Task::send_ping_pong(), Pong_Task::work(), and Ping_Task::work(). |
|
|
Definition at line 39 of file Task_Msg.h. Referenced by Pong_Task::send_ping_pong(), Pong_Task::work(), and Ping_Task::work(). |
|
|
Definition at line 38 of file Task_Msg.h. Referenced by Pong_Task::send_ping_pong(), Pong_Task::work(), and Ping_Task::work(). |
1.4.6-NO