|
Oolite
|
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"
Include dependency graph for OODebugTCPConsoleClient.m:Go to the source code of this file.
Classes | |
| category | OODebugTCPConsoleClient(OOPrivate) |
Macros | |
| #define | LogSendPacket(packet) do {} while (0) |
| #define | PACKET_CASE(x) else if ([packetType isEqualToString:kOOTCPPacket_##x]) { [self handle##x##Packet:packet]; } |
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 | ) | do {} while (0) |
Definition at line 54 of file OODebugTCPConsoleClient.m.
| #define PACKET_CASE | ( | x | ) | else if ([packetType isEqualToString:kOOTCPPacket_##x]) { [self handle##x##Packet:packet]; } |
|
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.