Documentation ¶
Overview ¶
Package cmdapp Created by RTT. Author: teocci@yandex.com on 2021-Sep-27
Index ¶
Constants ¶
View Source
const ( Name = "go-mavlink-parser" Short = "Simple implementation to parse a tcp Mavlink protocol" Long = `` /* 210-byte string literal not displayed */ HName = "hostname" HShort = "H" HDesc = "Hostname to connect." PName = "port" PShort = "p" PDesc = "Port to connect" PDefault = 20102 CName = "connection-id" CShort = "c" CDesc = "Connection id" MName = "module-tag" MShort = "m" MDesc = "Module tag" DName = "drone-id" DShort = "d" DDesc = "Drone id" FName = "flight-id" FShort = "f" FDesc = "Flight id" WName = "websocket-host" WShort = "w" WDesc = "Hostname of the websocket" UName = "use-tmp" UShort = "u" UDesc = "Use tmp directory to save the logs" UDefault = false )
View Source
const ( VersionTemplate = "%s %s.%s\n" Version = "v1.0" Commit = "0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.