pflib
v3.0.0-rc1-25-gb91774e
Pretty Fine HGCROC Interaction Library
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
r
s
t
v
Files
File List
File Members
All
Typedefs
▼
pflib
►
Quickstart
YAML->Register "Compilation"
►
Communication Method
►
Other Dependencies
Directory Structure
Generating docs
Parameter to Register Mappings
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
include
▼
pflib
▼
packing
BufferReader.h
DAQLinkFrame.h
FileReader.h
Hex.h
Mask.h
Reader.h
Sample.h
SingleROCEventPacket.h
TriggerLinkFrame.h
Writer.h
►
rogue
►
zcu
Backend.h
Bias.h
►
Compile.h
DAQ.h
Elinks.h
Exception.h
FastControl.h
GPIO.h
Hcal.h
I2C.h
I2C_Linux.h
ROC.h
Target.h
►
register_maps
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
Sample.h
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
pflib::packing {
6
16
struct
Sample
{
17
uint32_t word;
18
bool
Tc()
const
;
19
bool
Tp()
const
;
20
int
toa()
const
;
21
int
adc_tm1()
const
;
22
int
adc()
const
;
23
int
tot()
const
;
24
};
16
struct
Sample
{
…
};
25
26
}
pflib::packing::Sample
A single DAQ 32-bit sample.
Definition
Sample.h:16
include
pflib
packing
Sample.h
Generated by
1.12.0