FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
vita49_context_builder.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-only
2//
3// Copyright (c) 2026-present FERS Contributors (see AUTHORS.md).
4//
5// See the GNU GPLv2 LICENSE file in the FERS project root for more information.
6
7#pragma once
8
9#include <string>
10
12
13namespace serial::vita49
14{
16 {
18 std::uint32_t stream_id = 0;
19 std::string simulation_name;
22 std::uint8_t packet_count = 0;
23 bool valid_data = true;
24 bool calibrated_time = true;
25 bool reference_lock = true;
26 bool over_range = false;
27 bool sample_loss = false;
28 bool stream_open = false;
29 bool stream_close = false;
30 };
31
33 {
34 public:
36 };
37}
static ContextPacket build(const ContextBuildRequest &request)
double RealType
Type for real numbers.
Definition config.h:27
math::Vec3 max
core::ReceiverStreamDescriptor stream