Vector BLF
Loading...
Searching...
No Matches
AfdxErrorEvent.h
1
// SPDX-FileCopyrightText: 2013-2021 Tobias Lorenz <tobias.lorenz@gmx.net>
2
//
3
// SPDX-License-Identifier: GPL-3.0-or-later
4
5
#pragma once
6
7
#include <Vector/BLF/platform.h>
8
9
#include <array>
10
11
#include <Vector/BLF/AbstractFile.h>
12
#include <Vector/BLF/ObjectHeader.h>
13
14
#include <Vector/BLF/vector_blf_export.h>
15
16
namespace
Vector {
17
namespace
BLF {
18
24
struct
VECTOR_BLF_EXPORT
AfdxErrorEvent
final :
ObjectHeader
{
25
AfdxErrorEvent
();
26
27
void
read(
AbstractFile
& is)
override
;
28
void
write(
AbstractFile
& os)
override
;
29
uint32_t calculateObjectSize()
const override
;
30
34
uint16_t channel {};
35
42
uint16_t errorLevel {};
43
45
uint32_t sourceIdentifier {};
46
48
std::array<char, 512> errorText {};
49
51
std::array<char, 512> errorAttributes {};
52
};
53
54
}
55
}
Vector::BLF::AbstractFile
Definition
AbstractFile.h:19
Vector::BLF::AfdxErrorEvent
AFDX_ERROR_EVENT.
Definition
AfdxErrorEvent.h:24
Vector::BLF::ObjectHeader
Object header.
Definition
ObjectHeader.h:22
AfdxErrorEvent.h
Generated by
1.10.0