EasyLink
EasyLink is a C++ software development kit for developing blocks for SIMULINK (S-functions)
|
Functions | |
static void | BaseBlock::setOutputDouble (int port, double value) |
template<typename _Scalar > | |
static void | BaseBlock::setOutputScalar (int port, _Scalar value) |
template<typename _Scalar > | |
static Array< _Scalar > | BaseBlock::getOutputArray (int port) |
static void * | BaseBlock::getOutputData (int port) |
static int | BaseBlock::getOutputWidth (int port) |
static int | BaseBlock::getOutputNRows (int port) |
static int | BaseBlock::getOutputNCols (int port) |
|
inlinestatic |
Returns an array mapping an output port (left-side argument).
Definition at line 493 of file BaseBlock.h.
|
inlinestatic |
Returns a pointer to the first element of the output port data.
Definition at line 502 of file BaseBlock.h.
|
inlinestatic |
Returns the output port number of cols.
Definition at line 532 of file BaseBlock.h.
|
inlinestatic |
Returns the output port number of rows.
Definition at line 524 of file BaseBlock.h.
|
inlinestatic |
Returns the output port number of elements.
If the output port is a 1-D array with w elements, this function returns w.
If the output port is an M-by-N array, this function returns m*n.
Definition at line 516 of file BaseBlock.h.
|
inlinestatic |
Writes a double value to an output port.
Definition at line 469 of file BaseBlock.h.
|
inlinestatic |
Writes a scalar value to an output port.
Definition at line 481 of file BaseBlock.h.