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

Public Member Functions | |
| OutputPort (int size, Block *b) | |
| int | getSize () |
| returns the number of real stored in this block | |
| std::vector< double > | getData () |
| returns (a copy of) the vector of reals stored in this block | |
| void | setData (const std::vector< double > &d) |
| stores a new element in the internal array | |
Definition at line 11 of file port.h.
| DiscreteTimeSystems::OutputPort::OutputPort | ( | int | size, | |
| Block * | b | |||
| ) |
Constructor of OutputPort, size is the number of reals stored in this port
1.5.1