#include "Aperios1.3.2/UDPHandler.h"
#include "Aperios1.3.2/GTCamHandler.h"
#include "Aperios1.3.2/GTCamTimeSyncHandler.h"
#include "Aperios1.3.2/UDPBroadcastHandler.h"
#include "Aperios1.3.2/BroadCastStatusHandler.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 | INIT_GTCAM_HANDLER(worldstate, timeSyncHandler) theGTCamHandler.initGTCamHandler(&worldstate,&timeSyncHandler) |
| #define | INIT_GTCAM_TIMESYNC_HANDLER(worldstate, image) theGTCamTimeSyncHandler.initGTCamTimeSyncHandler(&worldstate,&image) |
| #define | NET_SENDER(type) NetSender<type> the##type##Sender |
| #define | INIT_NET_SENDER(type, blocking) the##type##Sender() |
| #define | UDP_HANDLER UDPHandler theUDPHandler |
| #define | STATUSBROADCAST_HANDLER BroadCastStatusHandler theBroadCastStatusHandler |
| #define | UDP_BROADCAST_HANDLER(type) UDPBroadcastHandler the##type##Handler; |
| #define | GTCAM_HANDLER GTCamHandler theGTCamHandler |
| #define | GTCAM_TIMESYNC_HANDLER GTCamTimeSyncHandler theGTCamTimeSyncHandler |
| #define | INIT_UDP_HANDLER(type) theUDPHandler.addSenderAndReceiver(the##type##Sender, the##type##Receiver) |
| #define | INIT_STATUSBROADCAST_HANDLER theBroadCastStatusHandler.initBroadCastStatusHandler() |
| #define | START_UDP_BROADCAST_HANDLER(type, port) the##type##Handler.start(the##type##Receiver,port) |
| #define | START_UDP_HANDLER theUDPHandler.start(); |
Definition in file UDPHandler.h.
|
|
Definition at line 18 of file UDPHandler.h. |
|
|
Definition at line 21 of file UDPHandler.h. Referenced by Cognition::Cognition(). |
|
|
Definition at line 24 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 27 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 30 of file UDPHandler.h. |
|
|
Definition at line 33 of file UDPHandler.h. Referenced by Cognition::Cognition(). |
|
|
Definition at line 36 of file UDPHandler.h. |
|
|
Definition at line 39 of file UDPHandler.h. |
|
|
Definition at line 42 of file UDPHandler.h. |
|
|
Definition at line 45 of file UDPHandler.h. |
|
|
Definition at line 48 of file UDPHandler.h. |
|
|
Definition at line 51 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 54 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 57 of file UDPHandler.h. Referenced by Cognition::init(). |
|
|
Definition at line 60 of file UDPHandler.h. Referenced by Cognition::init(). |
1.3.6