packageFunctions
This package wraps the actual external functions and tries to force the compiler to treat the functions as dynamic functions.
Contents
| Name | Description |
|---|---|
| setReal | |
| setRealRange | |
| getReal | gets the indexed value of the array. The input timeIn and this strange if-else-clause is just to force the compiler to treat this call as a dynamic call. Any ideas how to fix it? |
| getRealRange |