TxPdoC.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 struct TxPdoC
11 {
14  float forceX_;
15  float forceY_;
16  float forceZ_;
17  float torqueX_;
18  float torqueY_;
19  float torqueZ_;
29  float temperature_;
34 
46 
47 } __attribute__((packed));
48 
49 } // namespace ethercat
50 } // namespace rokubimini
unsigned short uint16_t
unsigned char uint8_t
unsigned int uint32_t
struct rokubimini::ethercat::RxPdo __attribute__((packed))


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