mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 09:36:19 +08:00
addded Int16Rates type
This commit is contained in:
@@ -123,12 +123,18 @@ struct Int32Mat33 {
|
||||
};
|
||||
|
||||
/* Rotational speed */
|
||||
struct Int32Rates {
|
||||
struct Int16Rates {
|
||||
int32_t p;
|
||||
int32_t q;
|
||||
int32_t r;
|
||||
};
|
||||
|
||||
/* Rotational speed */
|
||||
struct Int32Rates {
|
||||
int32_t p;
|
||||
int32_t q;
|
||||
int32_t r;
|
||||
};
|
||||
|
||||
struct Int64Vect2 {
|
||||
int64_t x;
|
||||
|
||||
Reference in New Issue
Block a user