repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
flight
/
pios
/
osx
/
inc
/
sim_model.h
blob
16d28fa2f7ede631a4fcbfdf26bb6a9cacab229b
1
#include
"pios_sim_priv.h"
2
3
extern
int
sim_model_init
();
4
extern
int
sim_model_terminate
();
5
extern
int
sim_model_step
(
float
dT
,
struct
pios_sim_state
*
state
);