common: Add a generic interface for logging telemetry fields.
This commit is contained in:
parent
c291db72e7
commit
a4760e939f
3 changed files with 238 additions and 0 deletions
|
@ -38,6 +38,7 @@ set(SRCS
|
|||
param_package.cpp
|
||||
scm_rev.cpp
|
||||
string_util.cpp
|
||||
telemetry.cpp
|
||||
thread.cpp
|
||||
timer.cpp
|
||||
)
|
||||
|
@ -74,6 +75,7 @@ set(HEADERS
|
|||
string_util.h
|
||||
swap.h
|
||||
synchronized_wrapper.h
|
||||
telemetry.h
|
||||
thread.h
|
||||
thread_queue_list.h
|
||||
timer.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue