Skip to content

Commit 3c8fc14

Browse files
author
Patrick Bechon
committed
Add comment to specify the struct type for the airspeed message
1 parent 8cbd20c commit 3c8fc14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/KerbalSimpitMessageTypes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ enum OutboundPackets
9999
VELOCITY_MESSAGE = 22,
100100
/** Information about airspeed.
101101
This channel delivers messages containing indicated airspeed and
102-
mach number for the active vessel. */
102+
mach number for the active vessel.
103+
Messages on this channel contain a airspeedMessage. */
103104
AIRSPEED_MESSAGE = 27,
104105
/** Apoapsis and periapsis.
105106
Messages on this channel contain an apsidesMessage. */

0 commit comments

Comments
 (0)