Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
aa17d24bcf5aa7c00adc35fc238e91c1b789d090
/
.
/
aos
/
flatbuffers
/
test_dir
/
include_reflection.fbs
blob: 7eda4f5388d6cf1b06b525605cee768e46e115d3 [
file
] [
log
] [
blame
]
include
"reflection/reflection.fbs"
;
namespace
aos
.
testing
;
table
UseSchema
{
schema
:
reflection
.
Schema
(
id
:
0
);
}
root_type
UseSchema
;