#include <stdio.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <math.h>
#include "ISConstants.h"
#include "ISUtilities.h"
#include "ISDisplay.h"
#include "ISPose.h"
#include "ISDataMappings.h"
#include <signal.h>
Go to the source code of this file.
|
#define | BUF_SIZE 8192 |
|
#define | DISPLAY_DELTA_TIME 0 |
|
#define | PRINTV3_LLA "%13.7f,%13.7f,%7.1f ellipsoid\n" |
|
#define | PRINTV3_LLA_MSL "%13.7f,%13.7f,%7.1f MSL\n" |
|
#define | PRINTV3_P1 "%8.1f,%8.1f,%8.1f\n" |
|
#define | PRINTV3_P2 " %8.2f,%8.2f,%8.2f\n" |
|
#define | PRINTV3_P3 " %8.3f,%8.3f,%8.3f\n" |
|
#define | PRINTV4_P1 "%8.1f,%8.1f,%8.1f,%8.1f\n" |
|
#define | PRINTV4_P2 " %8.2f,%8.2f,%8.2f,%8.2f\n" |
|
#define | PRINTV4_P3 " %8.3f,%8.3f,%8.3f,%8.3f\n" |
|
#define | SADC_WIDTH 5 |
|
◆ BUF_SIZE
◆ DISPLAY_DELTA_TIME
#define DISPLAY_DELTA_TIME 0 |
◆ PRINTV3_LLA
#define PRINTV3_LLA "%13.7f,%13.7f,%7.1f ellipsoid\n" |
◆ PRINTV3_LLA_MSL
#define PRINTV3_LLA_MSL "%13.7f,%13.7f,%7.1f MSL\n" |
◆ PRINTV3_P1
#define PRINTV3_P1 "%8.1f,%8.1f,%8.1f\n" |
◆ PRINTV3_P2
#define PRINTV3_P2 " %8.2f,%8.2f,%8.2f\n" |
◆ PRINTV3_P3
#define PRINTV3_P3 " %8.3f,%8.3f,%8.3f\n" |
◆ PRINTV4_P1
#define PRINTV4_P1 "%8.1f,%8.1f,%8.1f,%8.1f\n" |
◆ PRINTV4_P2
#define PRINTV4_P2 " %8.2f,%8.2f,%8.2f,%8.2f\n" |
◆ PRINTV4_P3
#define PRINTV4_P3 " %8.3f,%8.3f,%8.3f,%8.3f\n" |
◆ SADC_WIDTH
◆ boldOff()
ostream& boldOff |
( |
ostream & |
os | ) |
|
◆ boldOn()
ostream& boldOn |
( |
ostream & |
os | ) |
|
◆ endlbOff()
ostream& endlbOff |
( |
ostream & |
os | ) |
|
◆ endlbOn()
ostream& endlbOn |
( |
ostream & |
os | ) |
|
◆ signalFunction()
static void signalFunction |
( |
int |
sig | ) |
|
|
static |
◆ s_controlCWasPressed
bool s_controlCWasPressed |
|
static |