Skip to content

Commit 00f04ee

Browse files
committed
docs: minor typo; update "DSS C-API" to "AltDSS/DSS C-API"
1 parent f629cca commit 00f04ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/known_differences.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Known differences
22

3-
This document assumes some knowledge of the COM API and the basic model of DSS C-API.
3+
This document assumes some knowledge of the COM API and the basic model of AltDSS/DSS C-API.
44

55
## Important notes
66

@@ -14,7 +14,7 @@ This document assumes some knowledge of the COM API and the basic model of DSS C
1414

1515
## Differences
1616

17-
- There is no direct support for plots from the DSS language or general GUI elements. As a library, DSS C-API can, of course, be integrate with GUI environments. Optional integration with plotting system is being implemented. For example, [DSS-Python provides optional plotting capabilities based on matplotlib](https://github.com/dss-extensions/dss_python/blob/master/docs/examples/Plotting.ipynb).
17+
- There is no direct support for plots from the DSS language or general GUI elements. As a library, DSS C-API can, of course, be integrated with GUI environments. Optional integration with plotting system is being implemented. For example, [DSS-Python provides optional plotting capabilities based on matplotlib](https://github.com/dss-extensions/dss_python/blob/master/docs/examples/Plotting.ipynb).
1818
- The TCP connection options are disabled as well as GIS features (which require proprietary software not available to us).
1919
- This library contains fixes for user-written DLLs ("UserModels" and "UserControls" for elements like Generators and CapUserControls) which include truncated pointers and correct support for the DSS language `Edit` command. Some of these have been fixed in the official version after some time, but at least the `Edit` issue persists.
2020
- Free Pascal hashlists are used for tracking elements. This means that accessing elements by name is usually faster in DSS C-API and present a linear behavior. We still recommend using the element index where possible for better performance in general.

0 commit comments

Comments
 (0)