6 #ifndef LIB_NET_RTOS_TRACE_HPP_
7 #define LIB_NET_RTOS_TRACE_HPP_
9 #include "RtosInclude.hpp"
10 #include "NetInclude.hpp"
11 #include "LibPktHandler.hpp"
17 CMD_GET_TASK_NAME = 0x0010,
18 CMD_SEND_TRACE_TAGS = 0x0011,
19 GET_CLOCK_FREQUENCY = 0x0012,
20 CMD_GET_TASK_STACK = 0x0013,
21 CMD_BUFFER_FULL = 0x0014,
25 LibPktHandler mPktHandler;
29 LibTraceRtosNet(
int priority,
size_t stackSize, uint16_t port);