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

#include <RadioHandler.h>

+ +

List of all members.

+ + + + + + +

+Public Member Functions

 RadioHandler ()
virtual ~RadioHandler ()
virtual bool ProcessMessage (RadioMessage *msg, Ship *s)
virtual void AcknowledgeMessage (RadioMessage *msg, Ship *s)
+ + + + + + + + + +

+Protected Member Functions

virtual bool IsOrder (int action)
virtual bool ProcessMessageOrders (RadioMessage *msg, Ship *s)
virtual bool ProcessMessageAction (RadioMessage *msg, Ship *s)
virtual bool Inbound (RadioMessage *msg, Ship *s)
virtual bool Picture (RadioMessage *msg, Ship *s)
virtual bool Support (RadioMessage *msg, Ship *s)
virtual bool SkipNavpoint (RadioMessage *msg, Ship *s)
virtual bool LaunchProbe (RadioMessage *msg, Ship *s)
+

Detailed Description

+
+

Definition at line 29 of file RadioHandler.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
RadioHandler::RadioHandler ()
+
+ +

Definition at line 41 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
RadioHandler::~RadioHandler ()
+
+virtual
+
+ +

Definition at line 44 of file RadioHandler.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void RadioHandler::AcknowledgeMessage (RadioMessagemsg,
Ships 
)
+
+virtual
+
+ +

Definition at line 547 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::Inbound (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 350 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool RadioHandler::IsOrder (int action)
+
+protectedvirtual
+
+ +

Definition at line 83 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::LaunchProbe (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 339 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::Picture (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 444 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::ProcessMessage (RadioMessagemsg,
Ships 
)
+
+virtual
+
+ +

Definition at line 50 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::ProcessMessageAction (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 299 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::ProcessMessageOrders (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 148 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::SkipNavpoint (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 325 of file RadioHandler.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool RadioHandler::Support (RadioMessagemsg,
Ships 
)
+
+protectedvirtual
+
+ +

Definition at line 495 of file RadioHandler.cpp.

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