|
TEMU
2
The Terma Emulator
|
#include <temu-c/Bus/Spacewire.h>
Data Fields | |
| temu_SpwRmapDecodedReadReplyHeader | Header |
| const uint8_t * | Data |
| Pointer to the first data char. More... | |
| uint32_t | AvailableDataLength |
| The amount of data available. More... | |
| uint8_t | DataCrc |
| Data crc. Valid only if AvailableDataLength > Header.DataLength. More... | |
Definition at line 264 of file Spacewire.h.
| uint32_t temu_SpwRmapDecodedRmwReply::AvailableDataLength |
The amount of data available.
Definition at line 269 of file Spacewire.h.
| const uint8_t* temu_SpwRmapDecodedRmwReply::Data |
Pointer to the first data char.
Definition at line 267 of file Spacewire.h.
| uint8_t temu_SpwRmapDecodedRmwReply::DataCrc |
Data crc. Valid only if AvailableDataLength > Header.DataLength.
Definition at line 271 of file Spacewire.h.
| temu_SpwRmapDecodedReadReplyHeader temu_SpwRmapDecodedRmwReply::Header |
Definition at line 265 of file Spacewire.h.