CTRE Phoenix C++
5.34.0-beta-4
CCI.h
Go to the documentation of this file.
1
/* Copyright (C) Cross The Road Electronics 2024 */
2
//Legacy Export Define. New code should use CTREXPORT from ctre/phoenix/export.h
3
#ifndef CCIEXPORT
4
5
#if defined(WIN32) || defined(_WIN32) || defined(_WIN64)
6
#define CCIEXPORT __declspec(dllexport)
7
#elif (defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
8
#define CCIEXPORT __attribute__((visibility("default"
)))
9
#else
10
#define CCIEXPORT
11
#endif
12
#endif
ctre
phoenix
cci
CCI.h
Generated on Fri Dec 13 2024 15:22:48 for CTRE Phoenix C++ by
1.9.4