#include <Alloc.hh>#include <Condition.hh>#include <Mutex.hh>#include <dsp/DSPOp.hh>#include "Config.h"#include "CfgFile.hh"#include "Cluster.hh"#include "LocateSensor.hh"#include "LocateSystem.hh"#include "LogFile.hh"#include "Messages.hh"#include "SockClie.hh"#include "SockOp.hh"#include "SockServ.hh"Include dependency graph for Locate.hh:

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

Go to the source code of this file.
Compounds | |
| struct | _stDirCfg |
| Configuration information message for subnodes. More... | |
| class | clLocate |
| Master node for locate server. More... | |
| class | clSubLocate |
| Slave nodes for locate server. More... | |
Defines | |
| #define | LOCATE_HOSTNAME_MAXLEN 256 |
| #define | LOCATE_CONTROL_TAG 1 |
| #define | LOCATE_PARAM_TAG 2 |
| #define | LOCATE_NORMAL_TAG 3 |
| #define | LOCATE_CTRL_ACK 0 |
| #define | LOCATE_CTRL_STOP 1 |
Typedefs | |
| typedef _stDirCfg | stDirCfg |
| Configuration information message for subnodes. | |
| typedef _stDirCfg * | stpDirCfg |
| Configuration information message for subnodes. | |
|
|
Definition at line 43 of file Locate.hh. Referenced by clLocate::Initialize(), clSubLocate::RecvParams(), and clLocate::SendParams(). |
|
|
Definition at line 44 of file Locate.hh. Referenced by clLocate::clLocate(), and clSubLocate::clSubLocate(). |
|
|
Definition at line 45 of file Locate.hh. Referenced by clLocate::clLocate(), clSubLocate::clSubLocate(), and clSubLocate::RecvParams(). |
|
|
Definition at line 46 of file Locate.hh. Referenced by clLocate::clLocate(), and clSubLocate::clSubLocate(). |
|
|
|
|
|
Definition at line 49 of file Locate.hh. Referenced by clLocate::Stop(). |
|
|
Configuration information message for subnodes.
|
|
|
Configuration information message for subnodes.
|
1.3.3