cisst-saw
|
Defines a base class for a command. More...
#include <cisstMultiTask/mtsExecutionResult.h>
#include <cisstMultiTask/mtsForwardDeclarations.h>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | mtsCommandBase |
Functions | |
std::ostream & | operator<< (std::ostream &outputStream, const mtsCommandBase &command) |
Defines a base class for a command.
|
inline |
Stream out operator for all classes derived from mtsCommandBase. This operator uses the ToStream method so that the output can be different for each derived class.