![]() |
DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
|
Public Member Functions | |
| IText (dss::APIUtil *util) | |
| void | Commands (const string &value) |
| Runs a large string as command lines directly in the DSS engine. More... | |
| void | Commands (const strings &value) |
| Runs a list of strings as commands directly in the DSS engine. More... | |
| string | Command () |
| Input command string for the DSS. | |
| IText & | Command (const char *value) |
| IText & | Command (const string &value) |
| string | Result () |
| Result string for the last command. | |
Public Member Functions inherited from dss::ContextState | |
| ContextState (APIUtil *util) | |
Additional Inherited Members | |
Public Attributes inherited from dss::ContextState | |
| void * | ctx |
| Pointer to the DSSContext for easy access. | |
| APIUtil * | api_util |
| API utility functions. | |
|
inline |
Runs a large string as command lines directly in the DSS engine.
Intermediate results are ignored.
(API Extension)
|
inline |
Runs a list of strings as commands directly in the DSS engine.
Intermediate results are ignored.
(API Extension)