17 #ifndef CYBER_RECORD_HEADER_BUILDER_H_ 18 #define CYBER_RECORD_HEADER_BUILDER_H_ 20 #include "cyber/proto/record.pb.h" 41 const uint64_t segment_interval,
const uint64_t segment_raw_size);
53 const uint64_t chunk_raw_size);
63 static const uint32_t MAJOR_VERSION_ = 1;
64 static const uint32_t MINOR_VERSION_ = 0;
65 static const proto::CompressType COMPRESS_TYPE_ =
66 proto::CompressType::COMPRESS_NONE;
67 static const uint64_t CHUNK_INTERVAL_ = 20 * 1000 * 1000 * 1000ULL;
68 static const uint64_t SEGMENT_INTERVAL_ = 60 * 1000 * 1000 * 1000ULL;
69 static const uint64_t CHUNK_RAW_SIZE_ = 200 * 1024 * 1024ULL;
70 static const uint64_t SEGMENT_RAW_SIZE_ = 2048 * 1024 * 1024ULL;
77 #endif // CYBER_RECORD_HEADER_BUILDER_H_ PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25