|
Libbarrett
1.2.4
|
#include <cassert>#include <barrett/thread/abstract/mutex.h>#include <barrett/systems/abstract/system.h>Go to the source code of this file.
Namespaces | |
| namespace | barrett |
| namespace | barrett::systems |
Functions | |
| template<typename T > | |
| void | barrett::systems::connect (System::Output< T > &output, System::Input< T > &input) |
| template<typename T > | |
| void | barrett::systems::reconnect (System::Output< T > &newOutput, System::Input< T > &input) |
| template<typename T > | |
| void | barrett::systems::forceConnect (System::Output< T > &output, System::Input< T > &input) |
| template<typename T > | |
| void | barrett::systems::disconnect (System::Input< T > &input) |
| template<typename T > | |
| void | barrett::systems::disconnect (System::Output< T > &output) |
1.7.6.1