Macros | Functions | Variables
ISDisplay.cpp File Reference
#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>
Include dependency graph for ISDisplay.cpp:

Go to the source code of this file.

Macros

#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
 

Functions

ostream & boldOff (ostream &os)
 
ostream & boldOn (ostream &os)
 
ostream & endlbOff (ostream &os)
 
ostream & endlbOn (ostream &os)
 
static void signalFunction (int sig)
 

Variables

static bool s_controlCWasPressed
 

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   8192

Definition at line 47 of file ISDisplay.cpp.

◆ DISPLAY_DELTA_TIME

#define DISPLAY_DELTA_TIME   0

Definition at line 49 of file ISDisplay.cpp.

◆ PRINTV3_LLA

#define PRINTV3_LLA   "%13.7f,%13.7f,%7.1f ellipsoid\n"

Definition at line 45 of file ISDisplay.cpp.

◆ PRINTV3_LLA_MSL

#define PRINTV3_LLA_MSL   "%13.7f,%13.7f,%7.1f MSL\n"

Definition at line 46 of file ISDisplay.cpp.

◆ PRINTV3_P1

#define PRINTV3_P1   "%8.1f,%8.1f,%8.1f\n"

Definition at line 39 of file ISDisplay.cpp.

◆ PRINTV3_P2

#define PRINTV3_P2   " %8.2f,%8.2f,%8.2f\n"

Definition at line 40 of file ISDisplay.cpp.

◆ PRINTV3_P3

#define PRINTV3_P3   " %8.3f,%8.3f,%8.3f\n"

Definition at line 41 of file ISDisplay.cpp.

◆ PRINTV4_P1

#define PRINTV4_P1   "%8.1f,%8.1f,%8.1f,%8.1f\n"

Definition at line 42 of file ISDisplay.cpp.

◆ PRINTV4_P2

#define PRINTV4_P2   " %8.2f,%8.2f,%8.2f,%8.2f\n"

Definition at line 43 of file ISDisplay.cpp.

◆ PRINTV4_P3

#define PRINTV4_P3   " %8.3f,%8.3f,%8.3f,%8.3f\n"

Definition at line 44 of file ISDisplay.cpp.

◆ SADC_WIDTH

#define SADC_WIDTH   5

Function Documentation

◆ boldOff()

ostream& boldOff ( ostream &  os)

Definition at line 1430 of file ISDisplay.cpp.

◆ boldOn()

ostream& boldOn ( ostream &  os)

Definition at line 1415 of file ISDisplay.cpp.

◆ endlbOff()

ostream& endlbOff ( ostream &  os)

Definition at line 1462 of file ISDisplay.cpp.

◆ endlbOn()

ostream& endlbOn ( ostream &  os)

Definition at line 1446 of file ISDisplay.cpp.

◆ signalFunction()

static void signalFunction ( int  sig)
static

Definition at line 75 of file ISDisplay.cpp.

Variable Documentation

◆ s_controlCWasPressed

bool s_controlCWasPressed
static

Definition at line 51 of file ISDisplay.cpp.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:59