|
Strong Coupling Core
0.1.0
Library for solving a system of strong coupled physical subsystems.
|
Represents a subsystem and holds connectors. More...
#include <Slave.h>
Public Member Functions | |
| Slave () | |
| virtual | ~Slave () |
| void | addConnector (Connector *connector) |
| Add a connector to the slave. More... | |
| int | numConnectors () |
| Connector * | getConnector (int i) |
| Get one of the connectors. More... | |
Public Attributes | |
| void * | userData |
| Arbitrary user data. More... | |
Represents a subsystem and holds connectors.
| Slave::Slave | ( | ) |
|
virtual |
| void Slave::addConnector | ( | Connector * | connector | ) |
Add a connector to the slave.
| Connector * Slave::getConnector | ( | int | i | ) |
Get one of the connectors.
| int Slave::numConnectors | ( | ) |
| void* sc::Slave::userData |
Arbitrary user data.
1.8.6