Documentation ¶ Index ¶ type Header type Session func SampleSession() (*Session, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Header ¶ type Header struct { Firmware string // fwType MaxThrottle int // maxThrottle RollP int RollI int RollD int PitchP int PitchI int PitchD int YawP int YawI int YawD int } type Session ¶ type Session struct { Header *Header FieldOffset map[string]int Values [][]string } func SampleSession ¶ func SampleSession() (*Session, error) Source Files ¶ View all Source files bblog.go Click to show internal directories. Click to hide internal directories.