Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
PropertiesData Class Reference

General and simulation data manager. More...

#include <PropertiesData.h>

Collaboration diagram for PropertiesData:

Public Member Functions

SimulationData GetSimulationPropertiesData () const
 
void SetSimulationPropertiesData (SimulationData simulationData)
 
GeneralData GetGeneralPropertiesData () const
 
void SetGeneralPropertiesData (GeneralData generalData)
 
void SetFreqRespData (const FreqResponseData &freqRespData)
 
const FreqResponseDataGetFreqRespData () const
 

Protected Attributes

SimulationData m_simulData
 
GeneralData m_genData
 
FreqResponseData m_freqRespData
 

Detailed Description

General and simulation data manager.

Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
Date
06/10/2017

Definition at line 102 of file PropertiesData.h.

Constructor & Destructor Documentation

◆ PropertiesData()

PropertiesData::PropertiesData ( )

Definition at line 20 of file PropertiesData.cpp.

20{}

◆ ~PropertiesData()

PropertiesData::~PropertiesData ( )

Definition at line 21 of file PropertiesData.cpp.

21{}

Member Function Documentation

◆ GetFreqRespData()

const FreqResponseData & PropertiesData::GetFreqRespData ( ) const
inline

Definition at line 114 of file PropertiesData.h.

114{ return m_freqRespData; }

◆ GetGeneralPropertiesData()

GeneralData PropertiesData::GetGeneralPropertiesData ( ) const
inline

Definition at line 110 of file PropertiesData.h.

110{ return m_genData; }

◆ GetSimulationPropertiesData()

SimulationData PropertiesData::GetSimulationPropertiesData ( ) const
inline

Definition at line 108 of file PropertiesData.h.

108{ return m_simulData; }

◆ SetFreqRespData()

void PropertiesData::SetFreqRespData ( const FreqResponseData freqRespData)
inline

Definition at line 113 of file PropertiesData.h.

113{ this->m_freqRespData = freqRespData; }

◆ SetGeneralPropertiesData()

void PropertiesData::SetGeneralPropertiesData ( GeneralData  generalData)
inline

Definition at line 111 of file PropertiesData.h.

111{ m_genData = generalData; }

◆ SetSimulationPropertiesData()

void PropertiesData::SetSimulationPropertiesData ( SimulationData  simulationData)
inline

Definition at line 109 of file PropertiesData.h.

109{ m_simulData = simulationData; }

Member Data Documentation

◆ m_freqRespData

FreqResponseData PropertiesData::m_freqRespData
protected

Definition at line 119 of file PropertiesData.h.

◆ m_genData

GeneralData PropertiesData::m_genData
protected

Definition at line 118 of file PropertiesData.h.

◆ m_simulData

SimulationData PropertiesData::m_simulData
protected

Definition at line 117 of file PropertiesData.h.


The documentation for this class was generated from the following files: