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_radio_vox_controller.html | 318 ----------------------- 1 file changed, 318 deletions(-) delete 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 deleted file mode 100644 index f972769..0000000 --- a/Doc/doxygen/html/class_radio_vox_controller.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - -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