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

A handle for an established connection to a slave. More...

#include "coral/bus/slave_control_messenger.hpp"

Public Member Functions

 SlaveControlConnection () CORAL_NOEXCEPT
 Default constructor.
 
 SlaveControlConnection (SlaveControlConnection &&) CORAL_NOEXCEPT
 Move constructor.
 
SlaveControlConnectionoperator= (SlaveControlConnection &&) CORAL_NOEXCEPT
 Move assignment.
 
 operator bool () const CORAL_NOEXCEPT
 Returns whether this object refers to an established connection.
 

Detailed Description

A handle for an established connection to a slave.

This type is moveable, non-copyable and default-constructible. See ConnectToSlave() for more information about its use.


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