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 #pragma once
17 
18 #include "sensor_epsonCommon.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 // Prototypes
25 void printHeaderRow(FILE* fp, const struct EpsonOptions*);
26 void printSensorRow(FILE* fp, const struct EpsonOptions*,
27  const struct EpsonData*, int);
28 
29 #ifdef __cplusplus
30 }
31 #endif
sensor_epsonCommon.h
EpsonOptions
Definition: sensor_epsonCommon.h:340
EpsonData
Definition: sensor_epsonCommon.h:399
printHeaderRow
void printHeaderRow(FILE *fp, const struct EpsonOptions *)
Definition: main_helper.c:30
printSensorRow
void printSensorRow(FILE *fp, const struct EpsonOptions *, const struct EpsonData *, int)
Definition: main_helper.c:88


ess_imu_driver
Author(s):
autogenerated on Wed Dec 11 2024 03:06:30