Starshatter_Open
Open source Starshatter engine
|
#include <RadioHandler.h>
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) |
Definition at line 29 of file RadioHandler.h.
RadioHandler::RadioHandler | ( | ) |
Definition at line 41 of file RadioHandler.cpp.
|
virtual |
Definition at line 44 of file RadioHandler.cpp.
|
virtual |
Definition at line 547 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 350 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 83 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 339 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 444 of file RadioHandler.cpp.
|
virtual |
Definition at line 50 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 299 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 148 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 325 of file RadioHandler.cpp.
|
protectedvirtual |
Definition at line 495 of file RadioHandler.cpp.