Documentation
¶
Index ¶
- type MiscData
- func (md *MiscData) GetBlueBoxTime() float64
- func (md *MiscData) GetForm3982Time() float64
- func (md *MiscData) GetOneStepScanTime() float64
- func (md *MiscData) GetRuralReachTime() float64
- func (md *MiscData) GetScannerSetupTime() float64
- func (md *MiscData) GetStampSaleTime() float64
- func (md *MiscData) GetTime() float64
- func (md *MiscData) GetTrayStorageTime() float64
- func (md *MiscData) GetTripReportTime() float64
- func (md *MiscData) GetTwoStepScanTime() float64
- func (md *MiscData) Populate(dd ds.DailyData, fd ds.FixedData)
- func (md *MiscData) Report() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MiscData ¶
type MiscData struct {
Form3982 int
BlueBox int
//spm scans included here
OneStepScan int
TwoStepScan int
StampSale int
RuralReach int
//From mail survey
MiscTime float64
//TODO: should move drivetime to a separate package?
DriveTime float64
}
data for other events. Catchalls that only have 1 simple standard
func (*MiscData) GetBlueBoxTime ¶
func (*MiscData) GetForm3982Time ¶
func (*MiscData) GetOneStepScanTime ¶
func (*MiscData) GetRuralReachTime ¶
func (*MiscData) GetScannerSetupTime ¶
func (*MiscData) GetStampSaleTime ¶
func (*MiscData) GetTrayStorageTime ¶
func (*MiscData) GetTripReportTime ¶
func (*MiscData) GetTwoStepScanTime ¶
Click to show internal directories.
Click to hide internal directories.