Documentation ¶
Index ¶
Constants ¶
View Source
const QueueDepth = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GpsCoordinates ¶
type LogQueue ¶ added in v0.0.165
type LogQueue struct {
// contains filtered or unexported fields
}
func NewLogQueue ¶ added in v0.0.165
type SegmentData ¶
type SegmentData struct { GPSLocations []GpsCoordinates EndCoordinates GpsCoordinates EndLogMonoTime uint64 FirstClockWallTimeNanos uint64 FirstClockLogMonoTime uint64 CANPresent bool GitDirty bool GitCommit string Version string DongleID string Radar bool InitLogMonoTime uint64 DeviceType cereal.InitData_DeviceType CarModel string GitRemote string GitBranch string StartOfRoute bool EndOfRoute bool }
func DecodeSegmentData ¶
func DecodeSegmentData(reader io.Reader) (SegmentData, error)
Click to show internal directories.
Click to hide internal directories.