Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
aos
/
flatbuffers
/
test_dir
/
include_reflection.fbs
blob: 7eda4f5388d6cf1b06b525605cee768e46e115d3 [
file
] [
log
] [
blame
]
James Kuszmaul
1e57af9
2023-12-20 15:34:54 -0800
[
diff
] [
blame
]
1
include
"reflection/reflection.fbs"
;
2
3
namespace
aos
.
testing
;
4
5
table
UseSchema
{
6
schema
:
reflection
.
Schema
(
id
:
0
);
7
}
8
9
root_type
UseSchema
;