#include <mtsMulticastCommandVoid.h>
Inheritance diagram for mtsMulticastCommandVoid:


Definition at line 48 of file mtsMulticastCommandVoid.h.
| mtsMulticastCommandVoid::mtsMulticastCommandVoid | ( | const std::string & | name | ) |
Default constructor. Does nothing.
| mtsMulticastCommandVoid::~mtsMulticastCommandVoid | ( | ) |
Default destructor. Does nothing.
| void mtsMulticastCommandVoid::AddCommand | ( | BaseType * | command | ) |
Add a command to the composite.
| virtual mtsExecutionResult mtsMulticastCommandVoid::Execute | ( | mtsBlockingType | CMN_UNUSED(blocking) | ) | [virtual] |
Execute all the commands in the composite.
Reimplemented from mtsCommandVoid.
| virtual void mtsMulticastCommandVoid::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
For debugging. Generate a human readable output for the command object
Reimplemented from mtsCommandVoid.
std::vector<BaseType *> mtsMulticastCommandVoid::Commands [protected] |
Vector to commands that constitute the composite command.
Definition at line 55 of file mtsMulticastCommandVoid.h.