Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
rokubimini_ethercat
RxPdo.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
// Not sure if needed
11
struct
RxPdo
12
{
13
uint8_t
digitalOutput_
= 0;
14
}
__attribute__
((packed));
15
16
}
// namespace ethercat
17
}
// namespace rokubimini
uint8_t
unsigned char uint8_t
rokubimini::ethercat::RxPdo::digitalOutput_
uint8_t digitalOutput_
Definition:
RxPdo.hpp:13
rokubimini::ethercat::__attribute__
struct rokubimini::ethercat::RxPdo __attribute__((packed))
rokubimini::ethercat::RxPdo
Definition:
RxPdo.hpp:11
rokubimini
rokubimini_ethercat
Author(s):
autogenerated on Wed Mar 3 2021 03:09:16