Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Base DAQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
BIAS
DAQs
Base DAQ
Compare revisions
ddf846bce62642bcb790464bbf8457cc77174010 to dcc324d37a29ee544b4c19b3432dc2e8cabd83af
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
bias/daqs/base-daq
Select target project
No results found
dcc324d37a29ee544b4c19b3432dc2e8cabd83af
Select Git revision
Branches
main
Tags
v1.0
Swap
Target
bias/daqs/base-daq
Select target project
bias/daqs/base-daq
1 result
ddf846bce62642bcb790464bbf8457cc77174010
Select Git revision
Branches
main
Tags
v1.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Test
· 3adcce8c
Valerio Pastore
authored
1 year ago
3adcce8c
Update Base_Packet.h
· 2ec73617
Valerio Pastore
authored
1 year ago
2ec73617
Update Base_Packet.h
· dcc324d3
Valerio Pastore
authored
1 year ago
dcc324d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/Base_Packet.h
+2
-0
2 additions, 0 deletions
include/Base_Packet.h
with
2 additions
and
0 deletions
include/Base_Packet.h
View file @
dcc324d3
...
...
@@ -304,6 +304,8 @@ public:
this
->
structure
=
&
structure
;
}
std
::
optional
<
ValueType
>
readValueFromBinaryAt
(
uint
index
)
const
{
auto
offset
=
structure
->
bitOffsetOf
(
index
);
// offset from the beginning of the byte
auto
num_bits
=
structure
->
bitSizeOf
(
index
);
//remaining bits to read
...
...
This diff is collapsed.
Click to expand it.