Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archiv ¶
type Archiv struct {
Riadok []Riadok
// contains filtered or unexported fields
}
func (*Archiv) Process ¶
func (a *Archiv) Process(all []engine.Kombinacia)
type Riadok ¶
type Riadok struct {
Kombinacia engine.Kombinacia `csv:"K"`
Sucet int `csv:"ƩK"`
SucetΔ int `csv:"ΔƩK"`
engine.Cislovacka
Zhoda int
Smernica float64 `csv:"Sm"`
SmernicaΔ float64 `csv:"ΔSm"`
Korelacia float64 `csv:"Kk"`
KorelaciaΔ float64 `csv:"ΔKk"`
Ntica engine.Tica
Xtica engine.Tica
R1 float64 `csv:"ƩR 1-DO"`
R1Δ float64 `csv:"ΔƩR 1-DO"`
STL1 float64 `csv:"ƩSTL 1-DO"`
STL1Δ float64 `csv:"ΔƩSTL 1-DO"`
HHrx float64
HHrxΔ float64 `csv:"ΔHHrx"`
R2 float64 `csv:"ƩR OD-DO"`
R2Δ float64 `csv:"ΔƩR OD-DO"`
STL2 float64 `csv:"ΔƩSTL OD-DO"`
STL2Δ float64 `csv:"ΔƩSTL OD-DO"`
Hrx float64
HrxΔ float64 `csv:"ΔHrx"`
engine.Cifrovacka
}
Click to show internal directories.
Click to hide internal directories.