#include "TransporterDefinitions.hpp"#include <SocketServer.hpp>#include <SocketClient.hpp>#include <NdbTCP.h>#include <mgmapi/mgmapi.h>Include dependency graph for TransporterRegistry.hpp:

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

Go to the source code of this file.
Classes | |
| class | TransporterService |
| class | TransporterRegistry |
| ... More... | |
| class | TransporterRegistry::Transporter_interface |
Enumerations | |
| enum | IOState { NoHalt = 0, HaltInput = 1, HaltOutput = 2, HaltIO = 3 } |
| enum | TransporterType { tt_TCP_TRANSPORTER = 1, tt_SCI_TRANSPORTER = 2, tt_SHM_TRANSPORTER = 3, tt_OSE_TRANSPORTER = 4 } |
Variables | |
| static const char * | performStateString [] |
| enum IOState |
Definition at line 42 of file TransporterRegistry.hpp.
00042 { 00043 NoHalt = 0, 00044 HaltInput = 1, 00045 HaltOutput = 2, 00046 HaltIO = 3 00047 };
| enum TransporterType |
Definition at line 49 of file TransporterRegistry.hpp.
00049 { 00050 tt_TCP_TRANSPORTER = 1, 00051 tt_SCI_TRANSPORTER = 2, 00052 tt_SHM_TRANSPORTER = 3, 00053 tt_OSE_TRANSPORTER = 4 00054 };
const char* performStateString[] [static] |
Initial value:
{ "is connected",
"is trying to connect",
"does nothing",
"is trying to disconnect" }
Definition at line 56 of file TransporterRegistry.hpp.
Referenced by TransporterRegistry::getPerformStateString().
1.4.7

