Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4d19debfc08cedce5e3b62052c29d32e10ea8915
/
.
/
y2019
/
camera_log.fbs
blob: 0ef7c0469171c7b809c616a8b740823f67c0b293 [
file
] [
log
] [
blame
]
Austin Schuh
ed5b26d
2019-12-05 20:51:59 -0800
[
diff
] [
blame
]
1
namespace
y2019
;
2
3
table
CameraLog
{
4
log
:
bool
;
5
}
6
7
root_type
CameraLog
;