Power System Platform
2024w23a
|
#include <vector>
#include "ConnectionLine.h"
#include "Constant.h"
#include "Exponential.h"
#include "Gain.h"
#include "IOControl.h"
#include "Limiter.h"
#include "Multiplier.h"
#include "RateLimiter.h"
#include "Sum.h"
#include "TransferFunction.h"
#include "Divider.h"
#include "MathExpression.h"
Classes | |
class | ControlElementContainer |
Class that can contain all control elements. Can identify (using RTTI) the elements from a generic list and store them separately. More... | |