CTRE Phoenix 6 C++ 24.3.0
UtilsJni.hpp
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/* DO NOT EDIT THIS FILE - it is machine generated */
8#include <jni.h>
9/* Header for class com_ctre_phoenix6_Utils */
10
11#ifndef _Included_com_ctre_phoenix6_Utils
12#define _Included_com_ctre_phoenix6_Utils
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenix6_Utils
18 * Method: getCurrentTimeSeconds
19 * Signature: ()D
20 */
22 (JNIEnv *, jclass);
23
24/*
25 * Class: com_ctre_phoenix6_Utils
26 * Method: isSimulation
27 * Signature: ()Z
28 */
30 (JNIEnv *, jclass);
31
32#ifdef __cplusplus
33}
34#endif
35#endif
36
JNIEXPORT jboolean JNICALL Java_com_ctre_phoenix6_Utils_isSimulation(JNIEnv *, jclass)
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix6_Utils_getCurrentTimeSeconds(JNIEnv *, jclass)