Documentation
¶
Index ¶
- Variables
- func ParseBandDLULFile(downlink string, uplink string) []types.Entry
- func ParseBandFile(path string) []types.Entry
- func ReadComboFile(path string)
- func WriteComboFile(entries []types.Entry, mode ComboWriterMode, path string)
- type ComboEdit
- type ComboFile
- type ComboWriter
- type ComboWriterMode
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = logrus.New()
Functions ¶
func ParseBandFile ¶
func ReadComboFile ¶
func ReadComboFile(path string)
func WriteComboFile ¶
func WriteComboFile(entries []types.Entry, mode ComboWriterMode, path string)
Types ¶
type ComboWriter ¶
type ComboWriter struct {
FileBody []byte
EntriesLength int
Mode ComboWriterMode
}
func (*ComboWriter) SetMode ¶
func (w *ComboWriter) SetMode(mode ComboWriterMode)
type ComboWriterMode ¶
type ComboWriterMode int
const ( COMBOWRITER_137_138 ComboWriterMode = 137 COMBOWRITER_201_202 ComboWriterMode = 201 )
func (ComboWriterMode) String ¶
func (i ComboWriterMode) String() string
Click to show internal directories.
Click to hide internal directories.