Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++ 23.2.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProNamespace.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#pragma once
8
9#ifdef _MSC_VER
10#pragma message("warning: The phoenixpro header paths and namespace will be removed in 2024. Use the phoenix6 header paths and namespace instead.")
11#else
12#warning "The phoenixpro header paths and namespace will be removed in 2024. Use the phoenix6 header paths and namespace instead."
13#endif
14
15namespace ctre {
16 namespace phoenix6 {}
17 /**
18 * \deprecated The phoenixpro namespace will be removed in 2024. Users should instead use the \c phoenix6 namespace.
19 */
20 namespace [[deprecated("The phoenixpro namespace will be removed in 2024. Users should instead use the phoenix6 namespace.")]] phoenixpro {
21 using namespace phoenix6;
22 }
23}
Definition: string_util.hpp:14