FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
vita49_timestamp.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 <cstdint>
10
11namespace core
12{
14 {
15 std::uint32_t integer_seconds = 0;
16 std::uint64_t fractional_picoseconds = 0;
17 };
18}
std::uint32_t integer_seconds
std::uint64_t fractional_picoseconds