Contents
namespace Helper { // global functions double convertTimeToSeconds(abs_time t); abs_time convertTimeToMilliseconds(abs_time t); abs_time convertTimeToMicroseconds(abs_time t); } // namespace Helper