mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
7 lines
160 B
C
7 lines
160 B
C
|
|
||
|
#include "pios_sim_priv.h"
|
||
|
|
||
|
extern int sim_model_init();
|
||
|
extern int sim_model_terminate();
|
||
|
extern int sim_model_step(float dT, struct pios_sim_state * state);
|