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
int8_t
signed char int8_t
rokubimini::ethercat::PdoTypeEnum::NA
@ NA
rokubimini::ethercat::PdoTypeEnum::A
@ A
rokubimini::ethercat::PdoTypeEnum
PdoTypeEnum
Definition: PdoTypeEnum.hpp:8
rokubimini::ethercat::PdoTypeEnum::C
@ C
rokubimini::ethercat::PdoTypeEnum::Z
@ Z
rokubimini::ethercat::PdoTypeEnum::B
@ B
rokubimini
rokubimini::ethercat::PdoTypeEnum::EXTIMU
@ EXTIMU


rokubimini_ethercat
Author(s):
autogenerated on Sat Apr 15 2023 02:53:56