Strong Coupling Core  0.1.0
Library for solving a system of strong coupled physical subsystems.
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
sc::Slave Class Reference

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 ()
 
ConnectorgetConnector (int i)
 Get one of the connectors. More...
 

Public Attributes

void * userData
 Arbitrary user data. More...
 

Detailed Description

Represents a subsystem and holds connectors.

Constructor & Destructor Documentation

Slave::Slave ( )
Slave::~Slave ( )
virtual

Member Function Documentation

void Slave::addConnector ( Connector connector)

Add a connector to the slave.

Connector * Slave::getConnector ( int  i)

Get one of the connectors.

int Slave::numConnectors ( )

Member Data Documentation

void* sc::Slave::userData

Arbitrary user data.


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