Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scdaq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scouting-demonstrator
scdaq
Merge requests
!34
Patch supress inconsistent nframes message
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Patch supress inconsistent nframes message
patch-supress_inconsistentNframes_message
into
master
Overview
24
Commits
15
Pipelines
9
Changes
6
All threads resolved!
Hide all comments
Merged
Thomas Owen James
requested to merge
patch-supress_inconsistentNframes_message
into
master
2 years ago
Overview
24
Commits
15
Pipelines
9
Changes
6
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 8
17b7af03
2 years ago
version 7
620925b9
2 years ago
version 6
023a2824
2 years ago
version 5
ba401dcd
2 years ago
version 4
8766a07a
2 years ago
version 3
dccbbabb
2 years ago
version 2
95b5d5b3
2 years ago
version 1
bdff2307
2 years ago
master (base)
and
latest version
latest version
ea925ba8
15 commits,
2 years ago
version 8
17b7af03
14 commits,
2 years ago
version 7
620925b9
13 commits,
2 years ago
version 6
023a2824
12 commits,
2 years ago
version 5
ba401dcd
11 commits,
2 years ago
version 4
8766a07a
10 commits,
2 years ago
version 3
dccbbabb
4 commits,
2 years ago
version 2
95b5d5b3
4 commits,
2 years ago
version 1
bdff2307
3 commits,
2 years ago
6 files
+
83
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/controls.h
+
0
−
3
Options
@@ -13,8 +13,5 @@ struct ctrl {
uint64_t
max_file_size
;
int
packets_per_report
;
int
n_orbits_per_dma_packet
;
std
::
atomic
<
uint32_t
>
orbit_trailer_error_count
;
std
::
atomic
<
uint64_t
>
packet_count
;
std
::
atomic
<
uint64_t
>
excessOrbitsPerPacketCount
;
};
#endif
Loading