ASAM HIL V1.0.0/2 Compatability
Functionally the V1.0.0 and V1.0.2 APIs are equivalent. All the differences
are documented below. In terms of compatability, a script written for and
running under V1.0.0 will run under V1.0.2 with only one change: the renaming
of the ImplementationGeneral sub-package to Implementation.
Changes are detailed on a module-by-module basis.
ASAM.HILAPI.ImplementationGeneral
- The ImplementationGeneral branch of the package has been
renamed to Implementation. It is likely that your ASAM HIL
scripts are importing modules from this branch of the package. A simple
rename of the "path" should bring your script into compliance with V1.0.2.
ASAM.HILAPI.Common.Capturing.Capture
- Added duration units to select between delays and
durations being specified as number of samples instead of time.
ASAM.HILAPI.Common.Signal.SignalSymbol
- The get/setChannel() methods and Channel property
have been renamed to get/setSignal() and Signal.