riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
Classes | Macros | Typedefs
ProgressMonitor.h File Reference
#include <sys/ioctl.h>
#include <iostream>
#include <iomanip>
#include <cstring>
#include <atomic>
#include <chrono>
#include <cmath>
Include dependency graph for ProgressMonitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgressMonitor
 

Macros

#define TOTAL_PERCENTAGE   100.0
 
#define CHARACTER_WIDTH_PERCENTAGE   4
 
#define TERMINAL_WIDTH   120
 

Typedefs

typedef chc::duration< float, std::milli > float_ms
 

Macro Definition Documentation

◆ CHARACTER_WIDTH_PERCENTAGE

#define CHARACTER_WIDTH_PERCENTAGE   4

Definition at line 32 of file ProgressMonitor.h.

◆ TERMINAL_WIDTH

#define TERMINAL_WIDTH   120

Definition at line 33 of file ProgressMonitor.h.

◆ TOTAL_PERCENTAGE

#define TOTAL_PERCENTAGE   100.0

Definition at line 31 of file ProgressMonitor.h.

Typedef Documentation

◆ float_ms

typedef chc::duration<float, std::milli> float_ms

Definition at line 29 of file ProgressMonitor.h.