#include <array>
#include <iostream>
#include <thread>
#include <ctime>
#include <iomanip>
#include <variant>
#include <fmt/format.h>
#include <ifw/fnd/defs/logger.hpp>
Go to the source code of this file.
|
namespace | ifw |
|
namespace | ifw::fnd |
| This source file contains definitions of the types and constants to handle data types.
|
|
|
#define | IFWLOC |
| Macro generating a location identifier: "<file>:<line>:<function>:<thread>".
|
|
- Copyright
- SPDX-FileCopyrightText: 2025 European Southern Observatory (ESO)
SPDX-License-Identifier: LGPL-3.0-only
◆ IFWLOC
Value:
std::string ThreadName()
Return name of current thread.
Definition base.hpp:105
std::string IsoTimeNow(const int8_t precision)
Definition base.hpp:99
Macro generating a location identifier: "<file>:<line>:<function>:<thread>".