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_
void printSensorRow(FILE *fp, struct EpsonOptions, struct EpsonData *, int)
Definition: main_helper.c:88
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