#include <stdio.h>
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <string>
#include "InertialSense.h"
#include "ISDisplay.h"
#include "ISUtilities.h"
Go to the source code of this file.
◆ APP_EXT
◆ APP_NAME
#define APP_NAME "cltool" |
◆ EXAMPLE_BOOTLOADER_FILE
#define EXAMPLE_BOOTLOADER_FILE "fw/SAMx70-Bootloader.bin " |
◆ EXAMPLE_FIRMWARE_FILE
#define EXAMPLE_FIRMWARE_FILE "fw/IS_uINS-3.hex " |
◆ EXAMPLE_LOG_DIR
#define EXAMPLE_LOG_DIR "logs/20170117_222549 " |
◆ EXAMPLE_PORT
#define EXAMPLE_PORT "/dev/ttyS2" |
◆ EXAMPLE_SPACE_1
#define EXAMPLE_SPACE_1 " " |
◆ EXAMPLE_SPACE_2
#define EXAMPLE_SPACE_2 " " |
◆ cltool_main()
int cltool_main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ cltool_outputHelp()
void cltool_outputHelp |
( |
| ) |
|
◆ cltool_outputUsage()
void cltool_outputUsage |
( |
| ) |
|
◆ cltool_parseCommandLine()
bool cltool_parseCommandLine |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ cltool_replayDataLog()
bool cltool_replayDataLog |
( |
| ) |
|
◆ cltool_serialPortSendComManager()
int cltool_serialPortSendComManager |
( |
CMHANDLE |
cmHandle, |
|
|
int |
pHandle, |
|
|
buffer_t * |
bufferToSend |
|
) |
| |
◆ cltool_setupLogger()
◆ cltool_updateFlashConfig()
bool cltool_updateFlashConfig |
( |
InertialSense & |
inertialSenseInterface, |
|
|
string |
flashConfig |
|
) |
| |
◆ g_commandLineOptions
◆ g_ctrlCPressed
◆ g_inertialSenseDisplay
◆ g_serialPort