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
11
namespace
core
12
{
13
struct
Vita49Timestamp
14
{
15
std::uint32_t
integer_seconds
= 0;
16
std::uint64_t
fractional_picoseconds
= 0;
17
};
18
}
core
Definition
memory_projection.cpp:36
core::Vita49Timestamp
Definition
vita49_timestamp.h:14
core::Vita49Timestamp::integer_seconds
std::uint32_t integer_seconds
Definition
vita49_timestamp.h:15
core::Vita49Timestamp::fractional_picoseconds
std::uint64_t fractional_picoseconds
Definition
vita49_timestamp.h:16
packages
libfers
src
core
vita49_timestamp.h
Generated by
1.9.8