This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DDPPORT 0xA1B0 /**< Port for "Dog Discovery Protocol" */ |
Port for "Dog Discovery Protocol". | |
#define | TEAMPORTBASE 0xA1B1 /**< Baseport for team communication. Up to 4 following ports are used. */ |
Baseport for team communication. | |
#define | DEBUGPORT 0xA1BD /**< Port for debugging.*/ |
Port for debugging. |
Definition in file NetConfig.h.
|
Port for "Dog Discovery Protocol".
Definition at line 12 of file NetConfig.h. Referenced by DDPHandler::initDDPHandler(), and DDPHandler::sendDDPPackage(). |
|
Baseport for team communication. Up to 4 following ports are used. Definition at line 14 of file NetConfig.h. Referenced by UDPHandlerEndpoint::sendPackage(), and UDPHandler::start(). |
|
Port for debugging.
Definition at line 16 of file NetConfig.h. |