pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1// Copyright Institute for Automotive Engineering (ika), RWTH Aachen University
2// SPDX-License-Identifier: Apache-2.0
3
4#pragma once
5
6namespace pcod_common {
8inline constexpr const char* kVersion = "1.0.0";
10inline constexpr const char* kManifestSchemaVersion = "2.0";
11} // namespace pcod_common
constexpr const char * kManifestSchemaVersion
Definition version.hpp:10
constexpr const char * kVersion
Definition version.hpp:8