deltaFlow
PSSE.H
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Saud Zahir
3
*
4
* This file is part of deltaFlow.
5
*
6
* deltaFlow is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public
8
* License as published by the Free Software Foundation; either
9
* version 3 of the License, or (at your option) any later version.
10
*
11
* deltaFlow is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public
17
* License along with deltaFlow. If not, see
18
* <https://www.gnu.org/licenses/>.
19
*/
20
26
#ifndef PSSE_H
27
#define PSSE_H
28
29
#include "
Reader.H
"
30
35
class
PSSERawFormat
:
public
Reader
{
36
public
:
38
~PSSERawFormat
() =
default
;
39
44
void
read
(
const
std::string& filename)
override
;
45
46
};
47
48
#endif
Reader.H
Abstract base class for power system data file readers.
PSSERawFormat
Reads power system data from PSS/E Raw format files (v32/v33).
Definition
PSSE.H:35
PSSERawFormat::read
void read(const std::string &filename) override
Parse a PSS/E .raw file.
Definition
PSSE.C:60
PSSERawFormat::~PSSERawFormat
~PSSERawFormat()=default
Destructor.
Reader
Abstract reader interface for power system input formats.
Definition
Reader.H:40
src
io
PSSE.H
Generated by
1.9.8