DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
dss.hpp
1
12
#pragma once
13
#ifndef DSS_CPP_HPP
14
#define DSS_CPP_HPP
15
16
#include "dss_common.hpp"
17
#include "dss_classic.hpp"
18
#include "dss_obj.hpp"
19
20
#endif
// #ifndef DSS_CPP_HPP
include
dss.hpp
Generated by
1.9.3