Main Page
+
Classes
Class List
+
Class Members
+
All
a
c
d
e
f
g
h
i
m
n
o
p
q
r
t
y
Functions
+
Variables
a
c
d
e
f
g
h
i
m
n
o
p
q
r
t
y
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
u
v
w
+
Functions
c
g
i
m
n
o
p
r
s
u
w
Variables
Typedefs
+
Macros
a
b
c
d
e
f
n
o
r
s
t
v
src
main_helper.h
Go to the documentation of this file.
1
//==============================================================================
2
//
3
// main_helper.h - Epson IMU helper functions headers for console utilities
4
//
5
//
6
// THE SOFTWARE IS RELEASED INTO THE PUBLIC DOMAIN.
7
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9
// NONINFRINGEMENT, SECURITY, SATISFACTORY QUALITY, AND FITNESS FOR A
10
// PARTICULAR PURPOSE. IN NO EVENT SHALL EPSON BE LIABLE FOR ANY LOSS, DAMAGE
11
// OR CLAIM, ARISING FROM OR IN CONNECTION WITH THE SOFTWARE OR THE USE OF THE
12
// SOFTWARE.
13
//
14
//==============================================================================
15
16
#ifndef MAIN_HELPER_H_
17
#define MAIN_HELPER_H_
18
19
// Prototypes
20
void
printHeaderRow
(FILE *fp,
struct
EpsonOptions
);
21
void
printSensorRow
(FILE *fp,
struct
EpsonOptions
,
struct
EpsonData
*,
int
);
22
23
#endif // MAIN_HELPER_H_
EpsonOptions
Definition:
sensor_epsonCommon.h:70
EpsonData
Definition:
sensor_epsonCommon.h:126
printSensorRow
void printSensorRow(FILE *fp, struct EpsonOptions, struct EpsonData *, int)
Definition:
main_helper.c:88
printHeaderRow
void printHeaderRow(FILE *fp, struct EpsonOptions)
Definition:
main_helper.c:30
ess_imu_ros1_uart_driver
Author(s):
autogenerated on Sun Jun 4 2023 02:59:29