|
SIMLIB/C++
3.07
|
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 | |
| 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 More... | |
| Input | simlib3::operator+ (Input a, Input b) |
| block operator + More... | |
| Input | simlib3::operator- (Input a, Input b) |
| block operator - More... | |
| Input | simlib3::operator* (Input a, Input b) |
| block operator * More... | |
| Input | simlib3::operator/ (Input a, Input b) |
| block operator / More... | |
| Input | simlib3::Sqr (Input x) |
| square function More... | |
| Input | simlib3::operator- (Input a) |
| unary - block operator More... | |
Variables | |
| static class _Time | simlib3::_T |
| block – simulation time More... | |
| aContiBlock & | simlib3::T = _T |
| simulation time block reference More... | |
continuous blocks definitions
Definition in file continuous.cc.
1.8.13