Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
Control_block.h
Go to the documentation of this file.
1#ifndef _CONTROL_BLOCK_H_
2#define _CONTROL_BLOCK_H_
3
4#include "../Constants.h"
5
18public:
19 ControlBlock() = default;
20
22 virtual void printValues() {};
23
24 virtual ~ControlBlock() = default;
25};
26
27#endif // !_CONTROL_BLOCK_H_
Abstract base for filters, integrators, and controllers.
Definition Control_block.h:17
virtual void printValues()
Print block-specific parameter values to standard output.
Definition Control_block.h:22
virtual ~ControlBlock()=default
ControlBlock()=default