common: Add a generic interface for logging telemetry fields.

This commit is contained in:
bunnei 2017-05-02 00:07:46 -04:00
parent c291db72e7
commit a4760e939f
3 changed files with 238 additions and 0 deletions

View file

@ -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