- 05 Jan, 2015 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
It is not possible to share the stack between SDL and MSC handlers, they live in separate threads.
-
- 04 Jan, 2015 6 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 03 Jan, 2015 5 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
When working with a dll, the API offers the possibility to return to a previously stored global system state, enabling (infinite) undo capability - yet to be implemented.
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 02 Jan, 2015 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 01 Jan, 2015 1 commit
-
-
Maxime Perrotin authored
-
- 31 Dec, 2014 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
Depending on the state of the SDL model, some buttons for sending messages are now disabled, if the messages are not explicitely handled by the model.
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 30 Dec, 2014 6 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 29 Dec, 2014 5 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 24 Dec, 2014 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
All data is now displayed in a tree widget
-
Maxime Perrotin authored
Reuse the ASN.1 Editor tree view to display the shared library internal variables.
-
- 22 Dec, 2014 1 commit
-
-
Maxime Perrotin authored
The mapping of the ctypes value (returned by the shared lib) to a swig pointer was incorrect. The return value of the Ada function had to be set in ctypes to POINTER(c_char) and not to c_char_p (which returned a python 'str' objet with messy values inside).
-
- 20 Dec, 2014 1 commit
-
-
Maxime Perrotin authored
-
- 19 Dec, 2014 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
The SDL handler is parsing the SDL file, so it can read the list of declared variables. Using the shared lib it can then read the actual value of each parameter at runtime. An event (signal) is received by a slot when an message (call of a PI) has ben processed. This is the placeholder to put the read of the DLL.
-