#include <port.h>
Collaboration diagram for DiscreteTimeSystems::InputPort:

Public Member Functions | |
| InputPort (int size) | |
| void | connect (OutputPort *p) |
| int | getSize () |
| std::vector< double > | getData () |
Definition at line 37 of file port.h.
| DiscreteTimeSystems::InputPort::InputPort | ( | int | size | ) |
| void DiscreteTimeSystems::InputPort::connect | ( | OutputPort * | p | ) |
| int DiscreteTimeSystems::InputPort::getSize | ( | ) | [inline] |
| vector< double > DiscreteTimeSystems::InputPort::getData | ( | ) |
1.5.1