ReduxLib C++
2025.0.0-beta2
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
e
g
i
k
m
p
r
s
t
v
w
Functions
a
c
e
g
i
m
p
r
s
t
w
Variables
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
k
m
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
c
d
e
f
g
h
i
m
p
r
s
t
u
w
x
y
z
~
Variables
a
c
d
e
f
h
i
k
m
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
k
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerator
Loading...
Searching...
No Matches
Namespaces.h
1
// Copyright (c) Redux Robotics and other contributors.
2
// This is open source and can be modified and shared under the 3-clause BSD license.
3
4
#pragma once
5
6
// this header file exists to populate doxygen header files for each namespace that is used in more than one header file.
7
// including this does nothing otherwise.
8
9
/**
10
* Top-level ReduxLib namespace
11
*/
12
namespace
redux
{
13
14
/**
15
* Namespace holding base and utility classes for all CAN-based Redux Robotics devices
16
*/
17
namespace
canand {};
18
19
/**
20
* Namespace holding all classes relating to Redux sensors
21
*/
22
namespace
sensors {};
23
24
/**
25
* Namespace holding classes relating to device data frames
26
*/
27
namespace
frames {};
28
29
}
redux
Definition:
Frame.h:15
src
main
native
include
redux
Namespaces.h
Generated on Wed Dec 18 2024 17:52:16 for ReduxLib C++ by
1.9.6