CARMA C++
|
A pure interface class for forwarding network commands received from the control program. More...
#include <carma/szautil/NetCmdForwarder.h>
Public Member Functions | |
virtual void | forwardNetCmd (sza::util::NetCmd *netCmd)=0 |
A virtual method to forward a command received from the ACC. More... | |
NetCmdForwarder () | |
Constructor. More... | |
virtual | ~NetCmdForwarder () |
Destructor. More... | |
A pure interface class for forwarding network commands received from the control program.
Definition at line 20 of file NetCmdForwarder.h.
sza::util::NetCmdForwarder::NetCmdForwarder | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
A virtual method to forward a command received from the ACC.
Make this virtual so that inheritors can completely redefine what happens with a received command, if they wish.
Implemented in sza::util::ArrayNetCmdForwarder.