gaps-online-software
0.10
online software for the TOF system for the GAPS experiment
Loading...
Searching...
No Matches
tof_typedefs.h
1
17
#ifndef GAPSTOFTYPEDEFS_H_INCLUDED
18
#define GAPSTOFTYPEDEFS_H_INCLUDED
19
20
#include <vector>
21
#include <map>
22
#include <cstddef>
23
#include <string>
24
#include <cstdint>
25
26
typedef
uint8_t u8;
27
typedef
uint16_t u16;
28
typedef
uint32_t u32;
29
typedef
uint64_t u64;
30
typedef
int8_t i8;
31
typedef
int16_t i16;
32
typedef
int32_t i32;
33
typedef
int64_t i64;
34
typedef
size_t
usize;
36
typedef
float
f32;
38
typedef
double
f64;
39
typedef
std::string String;
40
42
template
<
typename
T>
43
using
Vec = std::vector<T>;
44
46
template
<
typename
T,
typename
U>
47
using
HashMap = std::map<T,U>;
48
49
typedef
HashMap<u8,HashMap<u8,HashMap<u8, std::pair<u8,u8>>>> LtbRBMap;
50
51
typedef
Vec<u8> bytestream;
52
#endif
tof
dataclasses
C++
include
tof_typedefs.h
Generated by
1.9.8