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

#include <RadioTraffic.h>

+ +

List of all members.

+ + + + + + +

+Public Member Functions

 RadioTraffic ()
 ~RadioTraffic ()
void SendMessage (RadioMessage *msg)
void DisplayMessage (RadioMessage *msg)
+ + + + + + + + +

+Static Public Member Functions

static void Initialize ()
static void Close ()
static RadioTrafficGetInstance ()
static void SendQuickMessage (Ship *ship, int msg)
static void Transmit (RadioMessage *msg)
static void DiscardMessages ()
static Text TranslateVox (const char *phrase)
+ + +

+Protected Attributes

List< RadioMessagetraffic
+ + +

+Static Protected Attributes

static RadioTrafficradio_traffic = 0
+

Detailed Description

+
+

Definition at line 35 of file RadioTraffic.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
RadioTraffic::RadioTraffic ()
+
+ +

Definition at line 37 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + + + +
RadioTraffic::~RadioTraffic ()
+
+ +

Definition at line 42 of file RadioTraffic.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void RadioTraffic::Close ()
+
+static
+
+ +

Definition at line 57 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void RadioTraffic::DiscardMessages ()
+
+static
+
+ +

Definition at line 389 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void RadioTraffic::DisplayMessage (RadioMessagemsg)
+
+ +

Definition at line 172 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static RadioTraffic* RadioTraffic::GetInstance ()
+
+inlinestatic
+
+ +

Definition at line 45 of file RadioTraffic.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void RadioTraffic::Initialize ()
+
+static
+
+ +

Definition at line 50 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void RadioTraffic::SendMessage (RadioMessagemsg)
+
+ +

Definition at line 116 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void RadioTraffic::SendQuickMessage (Shipship,
int msg 
)
+
+static
+
+ +

Definition at line 66 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Text RadioTraffic::TranslateVox (const char * phrase)
+
+static
+
+ +

Definition at line 158 of file RadioTraffic.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void RadioTraffic::Transmit (RadioMessagemsg)
+
+static
+
+ +

Definition at line 99 of file RadioTraffic.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
RadioTraffic * RadioTraffic::radio_traffic = 0
+
+staticprotected
+
+ +

Definition at line 59 of file RadioTraffic.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
List<RadioMessage> RadioTraffic::traffic
+
+protected
+
+ +

Definition at line 57 of file RadioTraffic.h.

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