Jpp
Functions | Variables
datatypespec.hh File Reference

Go to the source code of this file.

Functions

bool is_optical (unsigned int dt)
 
bool is_acoustic (unsigned int dt)
 
bool is_monitoring (unsigned int dt)
 

Variables

const static unsigned int ttdc = 1414808643
 
const static unsigned int taes = 1413563731
 
const static unsigned int tmch = 1414349640
 

Function Documentation

◆ is_optical()

bool is_optical ( unsigned int  dt)
inline

Definition at line 12 of file datatypespec.hh.

13 {
14  return dt == ttdc;
15 }

◆ is_acoustic()

bool is_acoustic ( unsigned int  dt)
inline

Definition at line 17 of file datatypespec.hh.

18 {
19  return dt == taes;
20 }

◆ is_monitoring()

bool is_monitoring ( unsigned int  dt)
inline

Definition at line 22 of file datatypespec.hh.

23 {
24  return dt == tmch;
25 }

Variable Documentation

◆ ttdc

const static unsigned int ttdc = 1414808643
static
Author
cpellegrino

Definition at line 8 of file datatypespec.hh.

◆ taes

const static unsigned int taes = 1413563731
static

Definition at line 9 of file datatypespec.hh.

◆ tmch

const static unsigned int tmch = 1414349640
static

Definition at line 10 of file datatypespec.hh.

taes
const static unsigned int taes
Definition: datatypespec.hh:9
tmch
const static unsigned int tmch
Definition: datatypespec.hh:10
ttdc
const static unsigned int ttdc
Definition: datatypespec.hh:8