#include "Aperios1.3.2/UDPHandler.h"
Include dependency graph for UDPHandler.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NET_RECEIVER(type) NetReceiver<type> the##type##Receiver |
| #define | INIT_NET_RECEIVER(type, blocking) the##type##Receiver() |
| #define | NET_SENDER(type) NetSender<type> the##type##Sender |
| #define | INIT_NET_SENDER(type, blocking) the##type##Sender() |
| #define | UDP_HANDLER UDPHandler theUDPHandler |
| #define | INIT_UDP_HANDLER(type) theUDPHandler.addSenderAndReceiver(the##type##Sender, the##type##Receiver) |
| #define | START_UDP_HANDLER theUDPHandler.start(); |
Definition in file UDPHandler.h.
|
|
Definition at line 14 of file UDPHandler.h. |
|
|
Definition at line 17 of file UDPHandler.h. Referenced by Cognition::Cognition(). |
|
|
Definition at line 20 of file UDPHandler.h. |
|
|
Definition at line 23 of file UDPHandler.h. Referenced by Cognition::Cognition(). |
|
|
Definition at line 26 of file UDPHandler.h. |
|
|
Definition at line 29 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 32 of file UDPHandler.h. Referenced by Cognition::init(). |
1.3.6