|  | 
| auto & | sygaldry::accl_of (auto &mimu_data) | 
|  | Access the accelerometer data of a presumed MIMU data structure. 
 | 
|  | 
| auto & | sygaldry::gyro_of (auto &mimu_data) | 
|  | Access the gyroscope data of a presumed MIMU data structure. 
 | 
|  | 
| auto & | sygaldry::magn_of (auto &mimu_data) | 
|  | Access the magnetometer data of a presumed MIMU data structure. 
 | 
|  | 
| auto & | sygaldry::vecx_of (auto &mimu_data) | 
|  | Access the first vector component of a presumed MIMU data vector. 
 | 
|  | 
| auto & | sygaldry::vecy_of (auto &mimu_data) | 
|  | Access the second vector component of a presumed MIMU data vector. 
 | 
|  | 
| auto & | sygaldry::vecz_of (auto &mimu_data) | 
|  | Access the third vector component of a presumed MIMU data vector. 
 | 
|  | 
| auto & | sygaldry::accl_of (MimuComponent auto &mimu) | 
|  | Access the accelerometer data of a MIMU component. 
 | 
|  | 
| auto & | sygaldry::gyro_of (MimuComponent auto &mimu) | 
|  | Access the gyroscope data of a MIMU component. 
 | 
|  | 
| auto & | sygaldry::magn_of (MimuComponent auto &mimu) | 
|  | Access the magnetometer data of a MIMU component. 
 | 
|  | 
| auto | sygaldry::accl_x (auto &mimu) | 
|  | Access the first vector component of the accelerometer data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::accl_y (auto &mimu) | 
|  | Access the second vector component of the accelerometer data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::accl_z (auto &mimu) | 
|  | Access the third vector component of the accelerometer data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::gyro_x (auto &mimu) | 
|  | Access the first vector component of the gyroscope data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::gyro_y (auto &mimu) | 
|  | Access the second vector component of the gyroscope data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::gyro_z (auto &mimu) | 
|  | Access the third vector component of the gyroscope data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::magn_x (auto &mimu) | 
|  | Access the first vector component of the magnetometer data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::magn_y (auto &mimu) | 
|  | Access the second vector component of the magnetometer data of a MIMU data structure or MIMU component. 
 | 
|  | 
| auto | sygaldry::magn_z (auto &mimu) | 
|  | Access the third vector component of the magnetometer data of a MIMU data structure or MIMU component. 
 | 
|  |