CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
Utils.h
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7#pragma once
8
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif
15
20
21#ifdef __cplusplus
22}
23#endif
CTREXPORT double c_ctre_phoenix6_get_current_time_seconds()
CTREXPORT int c_ctre_phoenix6_is_simulation()
CTREXPORT double c_ctre_phoenix6_get_system_time_seconds()
CTREXPORT int c_ctre_phoenix6_is_replay()
#define CTREXPORT
Definition export.h:14