30 return std::make_unique<IEEECommonDataFormat>();
32 return std::make_unique<PSSERawFormat>();
Command-line argument parsing utilities for deltaFlow.
InputFormat
Supported input file formats.
@ IEEE
IEEE Common Data Format (.cdf, .txt)
@ PSSE
PSS/E Raw Data Format (.raw)
IEEE Common Data Format reader for deltaFlow.
PSS/E Raw Data Format reader for deltaFlow.
Factory for constructing Reader instances from InputFormat, so callers (e.g.
static std::unique_ptr< Reader > create(InputFormat format)
Construct a concrete reader for the given input format.