Documentation ¶
Overview ¶
MIT License -----------
Copyright (c) 2020 Steve McDaniel ¶
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Index ¶
- type Accelerometer
- type Altitude
- type Angle
- type DB
- type Event
- type GPS_ATTReport
- type GPS_DEVICEReport
- type GPS_DEVICESReport
- type GPS_ERRORReport
- type GPS_GSTReport
- type GPS_PPSReport
- type GPS_SKYReport
- type GPS_Satellite
- type GPS_TPVReport
- type GPS_VERSIONReport
- type Gyroscope
- type LonLat
- type Magnetometer
- type Model
- type Pressure
- type SensorReport
- type Time
- type TrackerInfo
- type VideoEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accelerometer ¶
type Accelerometer struct { Model pb.Accelerometer }
type GPS_ATTReport ¶
type GPS_ATTReport struct { Model pb.GPS_ATTReport }
type GPS_DEVICEReport ¶
type GPS_DEVICEReport struct { Model pb.GPS_DEVICEReport }
type GPS_DEVICESReport ¶
type GPS_DEVICESReport struct { Model pb.GPS_DEVICESReport }
type GPS_ERRORReport ¶
type GPS_ERRORReport struct { Model pb.GPS_ERRORReport }
type GPS_GSTReport ¶
type GPS_GSTReport struct { Model pb.GPS_GSTReport }
type GPS_PPSReport ¶
type GPS_PPSReport struct { Model pb.GPS_PPSReport }
type GPS_SKYReport ¶
type GPS_SKYReport struct { Model pb.GPS_SKYReport }
type GPS_Satellite ¶
type GPS_Satellite struct { Model pb.GPS_Satellite }
type GPS_TPVReport ¶
type GPS_TPVReport struct { Model pb.GPS_TPVReport }
type GPS_VERSIONReport ¶
type GPS_VERSIONReport struct { Model pb.GPS_VERSIONReport }
type Magnetometer ¶
type Magnetometer struct { Model pb.Magnetometer }
type SensorReport ¶
type SensorReport struct { Model pb.SensorReport }
type TrackerInfo ¶
type TrackerInfo struct { Model pb.TrackerInfo }
type VideoEvent ¶
type VideoEvent struct { Model pb.VideoEvent }