7#include <Vector/BLF/platform.h>
11#include <Vector/BLF/AbstractFile.h>
12#include <Vector/BLF/LinDatabyteTimestampEvent.h>
13#include <Vector/BLF/ObjectHeader.h>
15#include <Vector/BLF/vector_blf_export.h>
27 LinShortOrSlowResponse();
Definition AbstractFile.h:19
Definition LinDatabyteTimestampEvent.h:23
uint8_t slowResponse
non-zero, if the response was too slow
Definition LinShortOrSlowResponse.h:54
std::array< uint8_t, 9 > respBytes
the response bytes (can include the checksum)
Definition LinShortOrSlowResponse.h:46
uint8_t interruptedByBreak
non-zero, if the response was interrupted by a sync break
Definition LinShortOrSlowResponse.h:63
void write(AbstractFile &os) override
Definition LinShortOrSlowResponse.cpp:25
uint32_t calculateObjectSize() const override
Definition LinShortOrSlowResponse.cpp:35
uint8_t reservedLinShortOrSlowResponse
Definition LinShortOrSlowResponse.h:66
uint32_t numberOfRespBytes
number of valid response bytes
Definition LinShortOrSlowResponse.h:38
void read(AbstractFile &is) override
Definition LinShortOrSlowResponse.cpp:14