From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_net_packet_8cpp.html | 207 +++++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 Doc/doxygen/html/_net_packet_8cpp.html (limited to 'Doc/doxygen/html/_net_packet_8cpp.html') diff --git a/Doc/doxygen/html/_net_packet_8cpp.html b/Doc/doxygen/html/_net_packet_8cpp.html new file mode 100644 index 0000000..9ed85a3 --- /dev/null +++ b/Doc/doxygen/html/_net_packet_8cpp.html @@ -0,0 +1,207 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NetPacket.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetPacket.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "NetPacket.h"
+#include "NetLink.h"
+#include "NetMsg.h"
+#include "Ship.h"
+#include "Game.h"
+
+

Go to the source code of this file.

+ + + + + + + +

+Variables

const int PING_SIZE = 8
const int SHIP_LOC_SIZE = 36
const int JOIN_REQ_SIZE = 116
const int JOIN_ANN_SIZE = 116
const int QUIT_ANN_SIZE = 8
+

Variable Documentation

+ +
+
+ + + + +
const int JOIN_ANN_SIZE = 116
+
+ +

Definition at line 28 of file NetPacket.cpp.

+ +
+
+ +
+
+ + + + +
const int JOIN_REQ_SIZE = 116
+
+ +

Definition at line 27 of file NetPacket.cpp.

+ +
+
+ +
+
+ + + + +
const int PING_SIZE = 8
+
+ +

Definition at line 25 of file NetPacket.cpp.

+ +
+
+ +
+
+ + + + +
const int QUIT_ANN_SIZE = 8
+
+ +

Definition at line 29 of file NetPacket.cpp.

+ +
+
+ +
+
+ + + + +
const int SHIP_LOC_SIZE = 36
+
+ +

Definition at line 26 of file NetPacket.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1