|
coral
A C++ library for distributed co-simulation
|
A description of a specific slave. More...
#include "coral/model.hpp"
Public Member Functions | |
| SlaveID | ID () const |
| The slave's ID in the current execution. | |
| void | SetID (SlaveID value) |
| Sets the slave's ID in the current execution. | |
| const std::string & | Name () const |
| The name given to the slave in the current execution. | |
| void | SetName (const std::string &value) |
| Sets the name given to the slave in the current execution. | |
| const SlaveTypeDescription & | TypeDescription () const |
| Information about the slave type. | |
| void | SetTypeDescription (const SlaveTypeDescription &value) |
| Sets information about the slave type. | |
A description of a specific slave.
1.8.11