SatCat5
build_date.h
Go to the documentation of this file.
1 // Copyright 2021-2025 The Aerospace Corporation.
3 // This file is a part of SatCat5, licensed under CERN-OHL-W v2 or later.
14 
15 #pragma once
16 
17 #include <satcat5/types.h>
18 
19 namespace satcat5 {
21  u32 get_sw_build_code();
22 
25  const char* get_sw_build_string();
26 }
u32 get_sw_build_code()
Calculate software build date as a 32-bit integer, 0xYYMMDDHH.
Definition: build_date.cc:45
const char * get_sw_build_string()
Return a pointer to the ISO8601 date and time constructed at build time.
Definition: build_date.cc:79
Basic type aliases and prototypes used throughout SatCat5.