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::classic::IDSS_Executive Class Reference
Inheritance diagram for dss::classic::IDSS_Executive:
[legend]
Collaboration diagram for dss::classic::IDSS_Executive:
[legend]

Public Member Functions

 IDSS_Executive (dss::APIUtil *util)
 
string Command (int32_t i)
 Get i-th command.
 
string CommandHelp (int32_t i)
 Get help string for i-th command.
 
string Option (int32_t i)
 Get i-th option.
 
string OptionHelp (int32_t i)
 Get help string for i-th option.
 
string OptionValue (int32_t i)
 Get present value of i-th option.
 
int32_t NumCommands ()
 Number of DSS Executive Commands.
 
int32_t NumOptions ()
 Number of DSS Executive Options.
 
- 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.
 
APIUtilapi_util
 API utility functions.
 

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