cisst-saw
Loading...
Searching...
No Matches
mtsCommandBase.h File Reference

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)

Detailed Description

Defines a base class for a command.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & outputStream,
const mtsCommandBase & 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.