Oolite 1.91.0.7644-241112-7f5034b
|
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.
#define PACKET_CASE | ( | x | ) |
|
static |
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
static |
Definition at line 698 of file OODebugTCPConsoleClient.m.
OOINLINE BOOL StatusIsSendable | ( | OOTCPClientConnectionStatus | status | ) |
Definition at line 62 of file OODebugTCPConsoleClient.m.
References kOOTCPClientConnected, kOOTCPClientStartedConnectionStage1, and kOOTCPClientStartedConnectionStage2.