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

List of all members.

+ + + +

+Public Types

enum  { MAX_QUEUE = 5 + }
+ + + + + + +

+Public Member Functions

 RadioVoxController ()
 ~RadioVoxController ()
bool Add (RadioVox *vox)
void Update ()
DWORD UpdateThread ()
+ + + + + +

+Public Attributes

bool shutdown
HANDLE hthread
List< RadioVoxqueue
ThreadSync sync
+

Detailed Description

+
+

Definition at line 32 of file RadioVox.cpp.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ +
MAX_QUEUE  +
+
+
+ +

Definition at line 35 of file RadioVox.cpp.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
RadioVoxController::RadioVoxController ()
+
+ +

Definition at line 54 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + + + + +
RadioVoxController::~RadioVoxController ()
+
+ +

Definition at line 64 of file RadioVox.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
bool RadioVoxController::Add (RadioVoxvox)
+
+ +

Definition at line 116 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + + + + +
void RadioVoxController::Update ()
+
+ +

Definition at line 103 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + + + + +
DWORD RadioVoxController::UpdateThread ()
+
+ +

Definition at line 90 of file RadioVox.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
HANDLE RadioVoxController::hthread
+
+ +

Definition at line 45 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + +
List<RadioVox> RadioVoxController::queue
+
+ +

Definition at line 46 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + +
bool RadioVoxController::shutdown
+
+ +

Definition at line 44 of file RadioVox.cpp.

+ +
+
+ +
+
+ + + + +
ThreadSync RadioVoxController::sync
+
+ +

Definition at line 47 of file RadioVox.cpp.

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