mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
# short comment about a
|
|
int32 a #a
|
|
# short comment about log
|
|
Log log #log
|
|
#
|
|
# short comment about s
|
|
string s #s
|
|
# short comment about time
|
|
Clock time #time
|
|
# short comment about b
|
|
int32 b #b
|
|
# short comment about d
|
|
duration d #d
|
|
# short comment about t
|
|
time t # t
|
|
|