xrp style wpilib comms
|
#include <xrp_gyro.h>
Public Attributes | ||
union { | ||
float rates [3] | ||
struct { | ||
float x | ||
float y | ||
float z | ||
} | ||
}; | ||
union { | ||
float angles [3] | ||
struct { | ||
float roll | ||
float pitch | ||
float yaw | ||
} | ||
}; | ||
union { ... } xrp_gyro_t |
union { ... } xrp_gyro_t |
float xrp_gyro_t::angles[3] |
float xrp_gyro_t::pitch |
float xrp_gyro_t::rates[3] |
float xrp_gyro_t::roll |
float xrp_gyro_t::x |
float xrp_gyro_t::y |
float xrp_gyro_t::yaw |
float xrp_gyro_t::z |