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