stm32rcos
読み取り中…
検索中…
一致する文字列を見つけられません
can_message.hpp
[詳解]
1
#pragma once
2
3
#include <array>
4
#include <cstdint>
5
6
namespace
stm32rcos
{
7
namespace
peripheral
{
8
9
struct
CanMessage
{
10
uint32_t
id
;
11
bool
ide
;
12
uint8_t
dlc
;
13
std::array<uint8_t, 8>
data
;
14
};
15
16
}
// namespace peripheral
17
}
// namespace stm32rcos
stm32rcos::peripheral
Definition
can.hpp:18
stm32rcos
Definition
mutex.hpp:9
stm32rcos::peripheral::CanMessage
Definition
can_message.hpp:9
stm32rcos::peripheral::CanMessage::ide
bool ide
Definition
can_message.hpp:11
stm32rcos::peripheral::CanMessage::data
std::array< uint8_t, 8 > data
Definition
can_message.hpp:13
stm32rcos::peripheral::CanMessage::id
uint32_t id
Definition
can_message.hpp:10
stm32rcos::peripheral::CanMessage::dlc
uint8_t dlc
Definition
can_message.hpp:12
include
stm32rcos
peripheral
can
can_message.hpp
構築:
1.13.2