From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_net_comm_msg.html | 479 ------------------------------- 1 file changed, 479 deletions(-) delete mode 100644 Doc/doxygen/html/class_net_comm_msg.html (limited to 'Doc/doxygen/html/class_net_comm_msg.html') diff --git a/Doc/doxygen/html/class_net_comm_msg.html b/Doc/doxygen/html/class_net_comm_msg.html deleted file mode 100644 index 4160100..0000000 --- a/Doc/doxygen/html/class_net_comm_msg.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - -Starshatter_Open: NetCommMsg Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NetCommMsg Class Reference
-
-
- -

#include <NetData.h>

-
-Inheritance diagram for NetCommMsg:
-
-
- - -NetData - -
- -

List of all members.

- - - -

-Public Types

enum  { TYPE = NET_COMM_MESSAGE, -SIZE = 200 - }
- - - - - - - - - - - - - - -

-Public Member Functions

 NetCommMsg ()
virtual ~NetCommMsg ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
virtual DWORD GetObjID () const
virtual void SetObjID (DWORD o)
RadioMessageGetRadioMessage ()
void SetRadioMessage (RadioMessage *m)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
- - -

-Static Public Member Functions

static const char * TYPENAME ()
-

Detailed Description

-
-

Definition at line 674 of file NetData.h.

-

Member Enumeration Documentation

- -
-
- - - - -
anonymous enum
-
-
Enumerator:
- - -
TYPE  -
SIZE  -
-
-
- -

Definition at line 682 of file NetData.h.

- -
-
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
NetCommMsg::NetCommMsg ()
-
-inline
-
- -

Definition at line 679 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
NetCommMsg::~NetCommMsg ()
-
-virtual
-
- -

Definition at line 865 of file NetData.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual DWORD NetCommMsg::GetObjID () const
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 689 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
RadioMessage* NetCommMsg::GetRadioMessage ()
-
-inline
-
- -

Definition at line 692 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual int NetCommMsg::Length () const
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 687 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
BYTE * NetCommMsg::Pack ()
-
-virtual
-
- -

Reimplemented from NetData.

- -

Definition at line 877 of file NetData.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual void NetCommMsg::SetObjID (DWORD o)
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 690 of file NetData.h.

- -
-
- -
-
- - - - - - - - -
void NetCommMsg::SetRadioMessage (RadioMessagem)
-
- -

Definition at line 871 of file NetData.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual int NetCommMsg::Type () const
-
-inlinevirtual
-
- -

Reimplemented from NetData.

- -

Definition at line 686 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* NetCommMsg::TYPENAME ()
-
-inlinestatic
-
- -

Reimplemented from NetData.

- -

Definition at line 677 of file NetData.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
bool NetCommMsg::Unpack (const BYTE * data)
-
-virtual
-
- -

Reimplemented from NetData.

- -

Definition at line 933 of file NetData.cpp.

- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.1