|
SIMLIB/C++ 3.09
|
continuous blocks definitions More...

Go to the source code of this file.
Classes | |
| class | simlib3::_Add |
| block sum of two inputs More... | |
| class | simlib3::_Sub |
| block to subtract two inputs More... | |
| class | simlib3::_Mul |
| multiplier block More... | |
| class | simlib3::_Div |
| divider block More... | |
| class | simlib3::_UMinus |
| unary minus block More... | |
| class | simlib3::_Time |
| block wrapper for simulation time More... | |
Namespaces | |
| namespace | simlib3 |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Functions | |
| void | simlib3::SIMLIB_Dynamic () |
| performs evaluation of integrators and status blocks | |
| Input | simlib3::operator+ (Input a, Input b) |
| block operator + | |
| Input | simlib3::operator- (Input a, Input b) |
| block operator - | |
| Input | simlib3::operator* (Input a, Input b) |
| block operator * | |
| Input | simlib3::operator/ (Input a, Input b) |
| block operator / | |
| Input | simlib3::Sqr (Input x) |
| square function | |
| Input | simlib3::operator- (Input a) |
| unary - block operator | |
Variables | |
| static class _Time | simlib3::_T |
| block – simulation time | |
| aContiBlock & | simlib3::T = _T |
| simulation time block reference | |
continuous blocks definitions
Definition in file continuous.cc.