ChoreoLib
Choreo support library.
Loading...
Searching...
No Matches
TrajSchemaVersion.h
1
// Copyright (c) Choreo contributors
2
3
// Auto-generated by update_traj_schema.py
4
5
#pragma once
6
7
#include <stdint.h>
8
9
namespace
choreo {
10
11
[[deprecated(
"Use kTrajSchemaVersion."
)]]
12
inline
constexpr
uint32_t kTrajSpecVersion = 1;
13
inline
constexpr
uint32_t kTrajSchemaVersion = 1;
14
15
}
// namespace choreo
src
main
native
include
choreo
util
TrajSchemaVersion.h
Generated on Mon Mar 3 2025 05:51:12 for ChoreoLib by
1.9.8