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_data_8cpp.html | 186 +++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 Doc/doxygen/html/_net_data_8cpp.html (limited to 'Doc/doxygen/html/_net_data_8cpp.html') diff --git a/Doc/doxygen/html/_net_data_8cpp.html b/Doc/doxygen/html/_net_data_8cpp.html new file mode 100644 index 0000000..cfad7bc --- /dev/null +++ b/Doc/doxygen/html/_net_data_8cpp.html @@ -0,0 +1,186 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NetData.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetData.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "NetData.h"
+#include "NetLink.h"
+#include "NetMsg.h"
+#include "RadioMessage.h"
+#include "Ship.h"
+#include "Shot.h"
+#include "Sim.h"
+#include "Instruction.h"
+#include "Weapon.h"
+#include "Element.h"
+#include "System.h"
+#include "Power.h"
+#include "Shield.h"
+#include "Game.h"
+
+

Go to the source code of this file.

+ + + + + +

+Variables

const int LOCATION_OFFSET = 8000000
const int VELOCITY_OFFSET = 32000
const double EULER_SCALE = 2*PI / (1<<10)
+

Variable Documentation

+ +
+
+ + + + +
const double EULER_SCALE = 2*PI / (1<<10)
+
+ +

Definition at line 45 of file NetData.cpp.

+ +
+
+ +
+
+ + + + +
const int LOCATION_OFFSET = 8000000
+
+ +

Definition at line 43 of file NetData.cpp.

+ +
+
+ +
+
+ + + + +
const int VELOCITY_OFFSET = 32000
+
+ +

Definition at line 44 of file NetData.cpp.

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