DPsim
|
Common base class of all Component templates. More...
#include <PFSolverInterfaceBus.h>
Public Types | |
typedef std::shared_ptr< PFSolverInterfaceBus > | Ptr |
typedef std::vector< Ptr > | List |
Public Member Functions | |
virtual void | modifyPowerFlowBusType (PowerflowBusType powerflowBusType)=0 |
virtual void | pfBusInitialize () |
const Task::List & | pfTasks () |
Public Attributes | |
std::shared_ptr< CPS::SP::Ph1::PQNode > | mPQ |
std::shared_ptr< CPS::SP::Ph1::PVNode > | mPV |
std::shared_ptr< CPS::SP::Ph1::VDNode > | mVD |
PowerflowBusType | mPowerflowBusType |
Define the type of bus the component is modelled by. | |
Protected Attributes | |
Task::List | mPFTasks |
Common base class of all Component templates.
Definition at line 26 of file PFSolverInterfaceBus.h.