doorTrip

package
v0.0.0-...-145f379 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DoorData

type DoorData struct {

	//total number of trips to the door
	Trips int

	//parcels to the door
	Parcels int
	//accountables to the door
	Accountables int

	//misc to the door, w/o anything else to scan (assume nothing scanned on trip)
	Misc int

	//trips to the door to pickup packages
	PickupEvents int
}

Time for taking things to the door. check walking and driveway sections for their respective times

func (*DoorData) GetTime

func (dd *DoorData) GetTime() float64

func (*DoorData) Populate

func (d *DoorData) Populate(dd ds.DailyData, fd ds.FixedData)

func (*DoorData) Report

func (dd *DoorData) Report() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL