Lines Matching defs:const
29 const int32_t OUTPUT_FREQ = 1; // 1Hz
50 void LogWarningAllInfos() const
59 for (const auto& info : recordInfos_) {
65 std::string formatTimestamp(const std::chrono::system_clock::time_point& timePoint) const
67 const int32_t WIDTH_TIME = 2;
68 const int32_t WIDTH_TIME_MS = 3;
69 const int32_t TIME_CONVERT_MS = 1000;
70 const char DEFAULT_CHAR = '0';
88 const std::vector<TrackInfo>& GetRecordInfos() const