fix everything
This commit is contained in:
parent
e8f246cfa5
commit
675efff85c
8 changed files with 71 additions and 41 deletions
|
|
@ -27,7 +27,7 @@ There are some constraints that have to be considered for the implementation of
|
|||
- make sure that the execution time is as short as possible.
|
||||
*/
|
||||
|
||||
extern sc_real statechart_pid( Statechart* handle, const sc_real sensor, const pid_vars_t pid_vars);
|
||||
extern int32_t statechart_pid( Statechart* handle, const int32_t sensor, const pid_vars_t pid_vars);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue