|
coral
A C++ library for distributed co-simulation
|
Used in ExecutionManager::Reconstitute() to specify a slave which should be added to the simulation.
More...
#include "coral/bus/execution_manager.hpp"
Public Member Functions | |
| AddedSlave () CORAL_NOEXCEPT | |
| Default constructor. | |
| AddedSlave (coral::net::SlaveLocator locator_, std::string name_) | |
Constructor which sets the locator and name fields. | |
Public Attributes | |
| coral::net::SlaveLocator | locator |
| The slave's network location. | |
| std::string | name |
| A name for the slave, unique in the execution. | |
Used in ExecutionManager::Reconstitute() to specify a slave which should be added to the simulation.
1.8.11