Skip to content
Snippets Groups Projects
Commit 607e1856 authored by Adam Wujek's avatar Adam Wujek
Browse files

userspace/tools/wr_mon: add clock class for degraded GM and ARB GM


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent a79268c1
Branches
Tags
No related merge requests found
......@@ -339,6 +339,8 @@ static char * getTimeSourceLabel(int ts)
static char * getClockClassLabel(int cc)
{
if (cc == 6) return "(GM)";
if (cc == 13) return "(ARB GM)";
if (cc == 187) return "(DEG GM)";
if (cc == 193) return "(FR)";
if (cc == 248) return "(BC)";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment