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

#include <NetData.h>

+
+Inheritance diagram for NetWepTrigger:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_WEP_TRIGGER, +SIZE = 10 + }
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 NetWepTrigger ()
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)
DWORD GetTgtID () const
void SetTgtID (DWORD o)
int GetSubtarget () const
void SetSubtarget (int n)
int GetIndex () const
void SetIndex (int n)
int GetCount () const
void SetCount (int n)
bool GetDecoy () const
void SetDecoy (bool d)
bool GetProbe () const
void SetProbe (bool p)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 558 of file NetData.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ + +
TYPE  +
SIZE  +
+
+
+ +

Definition at line 566 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetWepTrigger::NetWepTrigger ()
+
+inline
+
+ +

Definition at line 563 of file NetData.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
int NetWepTrigger::GetCount () const
+
+inline
+
+ +

Definition at line 582 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool NetWepTrigger::GetDecoy () const
+
+inline
+
+ +

Definition at line 584 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int NetWepTrigger::GetIndex () const
+
+inline
+
+ +

Definition at line 580 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual DWORD NetWepTrigger::GetObjID () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 573 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool NetWepTrigger::GetProbe () const
+
+inline
+
+ +

Definition at line 586 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int NetWepTrigger::GetSubtarget () const
+
+inline
+
+ +

Definition at line 578 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
DWORD NetWepTrigger::GetTgtID () const
+
+inline
+
+ +

Definition at line 576 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetWepTrigger::Length () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 571 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
BYTE * NetWepTrigger::Pack ()
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 750 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetCount (int n)
+
+inline
+
+ +

Definition at line 583 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetDecoy (bool d)
+
+inline
+
+ +

Definition at line 585 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetIndex (int n)
+
+inline
+
+ +

Definition at line 581 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void NetWepTrigger::SetObjID (DWORD o)
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 574 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetProbe (bool p)
+
+inline
+
+ +

Definition at line 587 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetSubtarget (int n)
+
+inline
+
+ +

Definition at line 579 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetWepTrigger::SetTgtID (DWORD o)
+
+inline
+
+ +

Definition at line 577 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetWepTrigger::Type () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 570 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* NetWepTrigger::TYPENAME ()
+
+inlinestatic
+
+ +

Reimplemented from NetData.

+ +

Definition at line 561 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool NetWepTrigger::Unpack (const BYTE * data)
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 771 of file NetData.cpp.

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