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/class_net_data.html | 422 +++++++++++++++++++++++++++++++++++ 1 file changed, 422 insertions(+) create mode 100644 Doc/doxygen/html/class_net_data.html (limited to 'Doc/doxygen/html/class_net_data.html') diff --git a/Doc/doxygen/html/class_net_data.html b/Doc/doxygen/html/class_net_data.html new file mode 100644 index 0000000..aea5784 --- /dev/null +++ b/Doc/doxygen/html/class_net_data.html @@ -0,0 +1,422 @@ + + + + + +Starshatter_Open: NetData Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetData Class Reference
+
+
+ +

#include <NetData.h>

+
+Inheritance diagram for NetData:
+
+
+ + +NetChatMsg +NetCommMsg +NetDisconnect +NetElemCreate +NetElemRequest +NetJoinAnnounce +NetJoinRequest +NetNavData +NetNavDelete +NetObjDamage +NetObjEmcon +NetObjHyper +NetObjKill +NetObjLoc +NetObjTarget +NetQuitAnnounce +NetSelfDestruct +NetShipLaunch +NetSysDamage +NetSysStatus +NetWepDestroy +NetWepRelease +NetWepTrigger + +
+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 NetData ()
virtual ~NetData ()
virtual int Type () const
virtual int Length () const
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual DWORD GetObjID () const
virtual void SetObjID (DWORD o)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 70 of file NetData.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetData::NetData ()
+
+inline
+
+ +

Definition at line 75 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual NetData::~NetData ()
+
+inlinevirtual
+
+ +

Definition at line 76 of file NetData.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual DWORD NetData::GetObjID () const
+
+inlinevirtual
+
+
+ + + + + +
+
+ + + + + +
+ + + + + + + + +
virtual void NetData::SetObjID (DWORD o)
+
+inlinevirtual
+
+
+ + + +
+
+ + + + + +
+ + + + + + + +
static const char* NetData::TYPENAME ()
+
+inlinestatic
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual bool NetData::Unpack (const BYTE * data)
+
+inlinevirtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1