Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 ( RadioMessage msg,
Ship s 
)
virtual

Definition at line 547 of file RadioHandler.cpp.

bool RadioHandler::Inbound ( RadioMessage msg,
Ship s 
)
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 ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 339 of file RadioHandler.cpp.

bool RadioHandler::Picture ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 444 of file RadioHandler.cpp.

bool RadioHandler::ProcessMessage ( RadioMessage msg,
Ship s 
)
virtual

Definition at line 50 of file RadioHandler.cpp.

bool RadioHandler::ProcessMessageAction ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 299 of file RadioHandler.cpp.

bool RadioHandler::ProcessMessageOrders ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 148 of file RadioHandler.cpp.

bool RadioHandler::SkipNavpoint ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 325 of file RadioHandler.cpp.

bool RadioHandler::Support ( RadioMessage msg,
Ship s 
)
protectedvirtual

Definition at line 495 of file RadioHandler.cpp.


The documentation for this class was generated from the following files: