RxSdoCalibration.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // std
4 #include <cstdint>
5 
6 namespace rokubimini
7 {
8 namespace ethercat
9 {
10 namespace sdo
11 {
12 // Not sure if needed
14 {
80  float Sensor_Inertia_Mass{ 0.0 };
81  float Sensor_Inertia_Dx{ 0.0 };
82  float Sensor_Inertia_Dy{ 0.0 };
83  float Sensor_Inertia_Dz{ 0.0 };
84  float Sensor_Inertia_Ixx{ 0.0 };
85  float Sensor_Inertia_Iyy{ 0.0 };
86  float Sensor_Inertia_Izz{ 0.0 };
87  float Sensor_Inertia_Ixy{ 0.0 };
88  float Sensor_Inertia_Iyz{ 0.0 };
89  float Sensor_Inertia_Ixz{ 0.0 };
91  uint8_t Serial_Number[12]{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
92  uint8_t Firmware_Version[12]{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
93 
94 } __attribute__((packed));
95 } // namespace sdo
96 } // namespace ethercat
97 } // namespace rokubimini
struct rokubimini::ethercat::sdo::RxSdoAccelerationRange __attribute__((packed))
unsigned char uint8_t
unsigned int uint32_t


rokubimini_ethercat
Author(s):
autogenerated on Wed Mar 3 2021 03:09:16