#include "Aperios1.3.2/TCPHandler.h"
Include dependency graph for TCPHandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | EXTERNAL_DEBUGGING |
#define | INIT_EXTERNAL_DEBUGGING |
#define | INIT_EXTERNAL_DEBUGGING_HANDLER theTCPHandler.listen(0xA1BD); |
Definition in file TCPHandler.h.
|
Value: NetReceiver<MessageQueue> theDebugReceiver; \ NetDebugSender theDebugSender; \ TCPHandler theTCPHandler; Definition at line 14 of file TCPHandler.h. |
|
Value: Process(theDebugReceiver,theDebugSender), \ theDebugReceiver(), \ theDebugSender(), \ theTCPHandler(theDebugSender,theDebugReceiver) Definition at line 19 of file TCPHandler.h. Referenced by Debug::Debug(). |
|
Definition at line 25 of file TCPHandler.h. Referenced by Debug::init(). |