This Action is helpful if a given user command has to be executed by a Handler on the simulation node (i.e. More...
#include <passthroughaction.h>
Inherits LibGeoDecomp::RemoteSteererHelpers::Action< CELL_TYPE >.
Inherited by LibGeoDecomp::RemoteSteererHelpers::GetAction< CELL_TYPE >, and LibGeoDecomp::RemoteSteererHelpers::SetAction< CELL_TYPE >.
Public Member Functions | |
PassThroughAction (const std::string &key, const std::string &helpMessage) | |
void | operator() (const StringVec ¶meters, Pipe &pipe) |
This Action is helpful if a given user command has to be executed by a Handler on the simulation node (i.e.
all commands which work on grid data).
LibGeoDecomp::RemoteSteererHelpers::PassThroughAction< CELL_TYPE >::PassThroughAction | ( | const std::string & | key, | |
const std::string & | helpMessage | |||
) | [inline] |
void LibGeoDecomp::RemoteSteererHelpers::PassThroughAction< CELL_TYPE >::operator() | ( | const StringVec & | parameters, | |
Pipe & | pipe | |||
) | [inline, virtual] |