#include "datatypes.hpp"
Go to the source code of this file.
|
| unsigned const int | ttdc = 1414808643 |
| |
| unsigned const int | taes = 1413563731 |
| |
| unsigned const int | tmch = 1414349640 |
| |
| unsigned const int | unkn = 0 |
| |
◆ getType() [1/2]
Definition at line 12 of file datatypes.cpp.
19 if (header.dataType() ==
tmch) {
23 if (header.dataType() ==
ttdc) {
27 if (header.dataType() ==
taes) {
◆ getType() [2/2]
| std::string const& getType |
( |
uint32_t |
datatype | ) |
|
Definition at line 34 of file datatypes.cpp.
36 std::string
const static unknown =
"unknown";
37 std::string
const static acoustic =
"acoustic";
38 std::string
const static optical =
"optical";
39 std::string
const static monitoring =
"monitoring";
41 if (datatype ==
tmch) {
45 if (datatype ==
ttdc) {
49 if (datatype ==
taes) {
◆ ttdc
| unsigned const int ttdc = 1414808643 |
◆ taes
| unsigned const int taes = 1413563731 |
◆ tmch
| unsigned const int tmch = 1414349640 |
◆ unkn
| unsigned const int unkn = 0 |