PdoTypeEnum.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace rokubimini
4 {
5 namespace ethercat
6 {
7 // Todo fill with available PDOs
8 enum class PdoTypeEnum : int8_t
9 {
10  NA = 0,
11  A, // Normal usage
12  B, // Advanced Measurements??
13  C,
14  Z, // We use z for now, since the slave outputs all the pdo at the same time
15  EXTIMU
16 };
17 
18 } // namespace ethercat
19 } // namespace rokubimini
signed char int8_t


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