|
Oolite 1.91.0.7712-251017-85ce217
|
import "OODebugTCPConsoleClient.h"import "OODebugTCPConsoleProtocol.h"import "OODebugMonitor.h"import "OOFunctionAttributes.h"import "OOLogging.h"#include <stdint.h>import "NSDictionaryOOExtensions.h"#include <arpa/inet.h>import "OOCollectionExtractors.h"import "OOTCPStreamDecoder.h"Go to the source code of this file.
Classes | |
| category | OODebugTCPConsoleClient(OOPrivate) |
Macros | |
| #define | LogSendPacket(packet) |
| #define | PACKET_CASE(x) |
Functions | |
| static void | DecoderPacket (void *cbInfo, OOALStringRef packetType, OOALDictionaryRef packet) |
| static void | DecoderError (void *cbInfo, OOALStringRef errorDesc) |
| OOINLINE BOOL | StatusIsSendable (OOTCPClientConnectionStatus status) |
| #define LogSendPacket | ( | packet | ) |
Definition at line 54 of file OODebugTCPConsoleClient.m.
Referenced by OODebugTCPConsoleClient(OOPrivate)::sendDictionary:.
| #define PACKET_CASE | ( | x | ) |
Referenced by OODebugTCPConsoleClient(OOPrivate)::dispatchPacket:ofType:.
|
static |
Definition at line 704 of file OODebugTCPConsoleClient.m.
References OODebugTCPConsoleClient::breakConnectionWithMessage:.
Referenced by OODebugTCPConsoleClient::initWithAddress:port:.
|
static |
Definition at line 698 of file OODebugTCPConsoleClient.m.
References OODebugTCPConsoleClient::dispatchPacket:ofType:.
Referenced by OODebugTCPConsoleClient::initWithAddress:port:.
| OOINLINE BOOL StatusIsSendable | ( | OOTCPClientConnectionStatus | status | ) |
Definition at line 62 of file OODebugTCPConsoleClient.m.
References kOOTCPClientConnected, kOOTCPClientStartedConnectionStage1, kOOTCPClientStartedConnectionStage2, and OOINLINE.
Referenced by OODebugTCPConsoleClient::dealloc, OODebugTCPConsoleClient(OOPrivate)::disconnectFromServerWithMessage:, OODebugTCPConsoleClient(OOPrivate)::handleCloseConnectionPacket:, OODebugTCPConsoleClient(OOPrivate)::sendBytes:count:, and OODebugTCPConsoleClient(OOPrivate)::sendDictionary:.