Jpp  18.2.1-ARCA-DF-PATCH
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Function Documentation

bool is_optical ( unsigned int  dt)
inline

Definition at line 12 of file datatypespec.hh.

13 {
14  return dt == ttdc;
15 }
static const unsigned int ttdc
Definition: datatypespec.hh:8
bool is_acoustic ( unsigned int  dt)
inline

Definition at line 17 of file datatypespec.hh.

18 {
19  return dt == taes;
20 }
static const unsigned int taes
Definition: datatypespec.hh:9
bool is_monitoring ( unsigned int  dt)
inline

Definition at line 22 of file datatypespec.hh.

23 {
24  return dt == tmch;
25 }
static const unsigned int tmch
Definition: datatypespec.hh:10

Variable Documentation

const unsigned int ttdc = 1414808643
static
Author
cpellegrino

Definition at line 8 of file datatypespec.hh.

const unsigned int taes = 1413563731
static

Definition at line 9 of file datatypespec.hh.

const unsigned int tmch = 1414349640
static

Definition at line 10 of file datatypespec.hh.