Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
L1Trigger
DemonstratorTools
interface
Frame.h
Go to the documentation of this file.
1
2
#ifndef L1Trigger_DemonstratorTools_Frame_h
3
#define L1Trigger_DemonstratorTools_Frame_h
4
5
#include <cstdint>
6
7
#include "ap_int.h"
8
9
namespace
l1t::demo
{
10
11
struct
Frame
{
12
Frame
() =
default
;
13
14
Frame
(
const
uint64_t
);
15
16
Frame
(
const
ap_uint<64>&);
17
18
ap_uint<64>
data
{0};
19
bool
valid
{
false
};
20
bool
strobe
{
true
};
21
bool
start
{
false
};
22
bool
end
{
false
};
23
};
24
25
}
// namespace l1t::demo
26
27
#endif
start
Definition:
start.py:1
l1t::demo::Frame::valid
bool valid
Definition:
Frame.h:19
l1t::demo::Frame::end
bool end
Definition:
Frame.h:22
l1t::demo::Frame::data
ap_uint< 64 > data
Definition:
Frame.h:18
l1t::demo
Definition:
BoardData.h:10
l1t::demo::Frame::strobe
bool strobe
Definition:
Frame.h:20
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:13
l1t::demo::Frame
Definition:
Frame.h:11
l1t::demo::Frame::Frame
Frame()=default
Generated for CMSSW Reference Manual by
1.8.14