Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++
23.2.1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
f
g
i
k
l
m
n
p
r
s
t
v
Functions
c
f
g
i
l
m
n
r
s
t
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Functions
a
c
f
g
j
l
o
t
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Macros
Examples
•
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
15
namespace
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
}
ctre
Definition:
string_util.hpp:14
ctre
phoenixpro
ProNamespace.hpp
Generated on Wed Jul 19 2023 17:41:59 for CTRE Phoenix 6 C++ by
1.9.4