Skip to content
Snippets Groups Projects
Commit 1a33b734 authored by Dominik Smith's avatar Dominik Smith Committed by Florian Uhlig
Browse files

Minimal changes to the StsSyterMessage class for XPU compatibility.

parent a7096196
No related branches found
No related tags found
1 merge request!1112Minimal changes to the StsSyterMessage class for XPU compatibility.
Pipeline #22097 passed
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment