#include <OpenTracker/OpenTracker.h>
#include <cstdlib>
#include <string>
#include <algorithm>
#include <ace/Thread.h>
#include <ace/Synch.h>
#include <ace/Thread_Mutex.h>
#include <ace/Guard_T.h>
#include <ace/INET_Addr.h>
#include <ace/SOCK_Dgram_Mcast.h>
#include <ace/Signal.h>
#include <OpenTracker/network/NetworkSourceModule.h>
#include <iostream>
#include <ace/Log_Msg.h>
#include <OpenTracker/tool/OT_ACE_Log.h>
#include <OpenTracker/core/Context.h>
Include dependency graph for NetworkSourceModule.cxx:

Namespaces | |
| namespace | ot |
Typedefs | |
| typedef std::vector< Station * > | ot::StationVector |
Functions | |
| ot::OT_MODULE_REGISTER_FUNC (NetworkSourceModule) | |
Variables | |
| const int | ot::positionQuaternion = 1 |
| const int | ot::positionAngles = 2 |
| const int | ot::positionMatrix = 3 |
| const int | ot::magicNum = 0xbeef |
| const int | ot::revNum = 0x0200 |
1.4.6