Oolite 1.91.0.7644-241112-7f5034b
|
#include <CoreFoundation/CoreFoundation.h>
Go to the source code of this file.
Enumerations | |
enum | { kOOTCPConsolePort = 0x002173 } |
enum | { kOOTCPProtocolVersionFormatMask = 0x00FF0000 , kOOTCPProtocolVersionMajorMask = 0x0000FF00 , kOOTCPProtocolVersionMinorMask = 0x000000FF , kOOTCPProtocolVersionPListFormat = 1 , kOOTCPProtocolVersion_1_1_0 = OOTCP_ENCODE_VERSION(kOOTCPProtocolVersionPListFormat, 1, 0) } |
#define kOOTCPColorKey OOALSTR("color key") |
Definition at line 274 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPConfiguration OOALSTR("configuration") |
Definition at line 288 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPConfigurationKey OOALSTR("configuration key") |
Definition at line 300 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPConsoleIdentity OOALSTR("console identity") |
Definition at line 255 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPEmphasisRanges OOALSTR("emphasis ranges") |
Definition at line 281 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPMessage OOALSTR("message") |
Definition at line 250 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPOoliteVersion OOALSTR("Oolite version") |
Definition at line 245 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_ApproveConnection OOALSTR("Approve Connection") |
Definition at line 95 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_ClearConsole OOALSTR("Clear Console") |
Definition at line 137 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_CloseConnection OOALSTR("Close Connection") |
Definition at line 119 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_ConsoleOutput OOALSTR("Console Output") |
Definition at line 131 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_NoteConfiguration OOALSTR("Note Configuration") |
Definition at line 154 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_NoteConfigurationChange OOALSTR("Note Configuration Change") |
Definition at line 173 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_PerformCommand OOALSTR("Perform Command") |
Definition at line 182 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_Ping OOALSTR("Ping") |
Definition at line 207 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_Pong OOALSTR("Pong") |
Definition at line 218 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_RejectConnection OOALSTR("Reject Connection") |
Definition at line 108 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_RequestConfigurationValue OOALSTR("Request Configuration Value") |
Definition at line 195 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_RequestConnection OOALSTR("Request Connection") |
Definition at line 85 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacket_ShowConsole OOALSTR("Show Console") |
Definition at line 144 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPPacketType OOALSTR("packet type") |
Definition at line 229 of file OODebugTCPConsoleProtocol.h.
Referenced by PacketReady().
#define kOOTCPProtocolVersion OOALSTR("protocol version") |
Definition at line 237 of file OODebugTCPConsoleProtocol.h.
#define kOOTCPRemovedConfigurationKeys OOALSTR("removed configuration keys") |
Definition at line 294 of file OODebugTCPConsoleProtocol.h.
#define OOALSTR | ( | x | ) |
Definition at line 39 of file OODebugTCPConsoleProtocol.h.
Referenced by OOTCPStreamDecoderReceiveBytes(), and PacketReady().
#define OOTCP_ENCODE_VERSION | ( | f, | |
mj, | |||
mi ) |
Definition at line 312 of file OODebugTCPConsoleProtocol.h.
#define OOTCP_VERSION_FORMAT | ( | v | ) |
Definition at line 317 of file OODebugTCPConsoleProtocol.h.
#define OOTCP_VERSION_MAJOR | ( | v | ) |
Definition at line 318 of file OODebugTCPConsoleProtocol.h.
#define OOTCP_VERSION_MINOR | ( | v | ) |
Definition at line 319 of file OODebugTCPConsoleProtocol.h.
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
kOOTCPProtocolVersionFormatMask | |
kOOTCPProtocolVersionMajorMask | |
kOOTCPProtocolVersionMinorMask | |
kOOTCPProtocolVersionPListFormat | |
kOOTCPProtocolVersion_1_1_0 |
Definition at line 321 of file OODebugTCPConsoleProtocol.h.