Skip to content

Commit

Permalink
Add Int32RefModel struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen committed May 24, 2011
1 parent 03afbbf commit b3d362a
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -32,4 +32,11 @@ extern struct Int32Quat stab_att_ref_quat;
extern struct Int32Rates stab_att_ref_rate;
extern struct Int32Rates stab_att_ref_accel;

struct Int32RefModel {
struct Int32Rates omega;
struct Int32Rates zeta;
};

extern struct Int32RefModel stab_att_ref_model;

#endif /* BOOZ_STABILISATION_ATTITUDE_REF_INT_H */

0 comments on commit b3d362a

Please sign in to comment.