Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
1a33b734
Commit
1a33b734
authored
2 years ago
by
Dominik Smith
Committed by
Florian Uhlig
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Minimal changes to the StsSyterMessage class for XPU compatibility.
parent
a7096196
No related branches found
No related tags found
1 merge request
!1112
Minimal changes to the StsSyterMessage class for XPU compatibility.
Pipeline
#22097
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
2
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/data/raw/StsXyterMessage.cxx
+0
-10
0 additions, 10 deletions
core/data/raw/StsXyterMessage.cxx
core/data/raw/StsXyterMessage.h
+137
-126
137 additions, 126 deletions
core/data/raw/StsXyterMessage.h
with
137 additions
and
136 deletions
core/data/raw/StsXyterMessage.cxx
+
0
−
10
View file @
1a33b734
...
...
@@ -19,16 +19,6 @@ using namespace stsxyter; // Class own namespace
//************************* Messages OP ************************************//
//----------------------------------------------------------------------------
MessSubType
Message
::
GetSubType
()
const
{
switch
(
GetField
(
kFieldSubtype
))
{
case
static_cast
<
uint16_t
>
(
MessSubType
::
TsMsb
):
return
MessSubType
::
TsMsb
;
case
static_cast
<
uint16_t
>
(
MessSubType
::
Epoch
):
return
MessSubType
::
Epoch
;
case
static_cast
<
uint16_t
>
(
MessSubType
::
Status
):
return
MessSubType
::
Status
;
default:
return
MessSubType
::
Empty
;
}
// switch( static_cast< uint16_t>( GetField( kFieldSubtype ) ) )
}
//----------------------------------------------------------------------------
bool
Message
::
PrintMess
(
std
::
ostream
&
os
,
MessagePrintMask
ctrl
,
bool
bBinning
)
const
{
bool
bPrintHex
=
static_cast
<
bool
>
(
ctrl
&
MessagePrintMask
::
msg_print_Hex
);
...
...
This diff is collapsed.
Click to expand it.
core/data/raw/StsXyterMessage.h
+
137
−
126
View file @
1a33b734
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment