coral
A C++ library for distributed co-simulation
Public Member Functions | Public Attributes | List of all members
coral::bus::AddedSlave Struct Reference

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.
 

Detailed Description

Used in ExecutionManager::Reconstitute() to specify a slave which should be added to the simulation.


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