coral
A C++ library for distributed co-simulation
Public Member Functions | List of all members
coral::model::SlaveDescription Class Reference

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::stringName () 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 SlaveTypeDescriptionTypeDescription () const
 Information about the slave type.
 
void SetTypeDescription (const SlaveTypeDescription &value)
 Sets information about the slave type.
 

Detailed Description

A description of a specific slave.


The documentation for this class was generated from the following file: