Documentation ¶
Index ¶
- func PrintDatFloatRecord(record *DatFloatRecord)
- func PrintTagRecord(tag *DatTagRecord)
- type DatFloatRecord
- type DatReader
- func (dr *DatReader) GetFloatFiles() []string
- func (dr *DatReader) ReadFloatFile(filename string) ([]*DatFloatRecord, error)
- func (dr *DatReader) ReadFloatFileHeader(filename string) (*int32, error)
- func (dr *DatReader) ReadFloatFileRecords(filename string, rowCount int32) ([]*DatFloatRecord, error)
- func (dr *DatReader) ReadTagFile(floatfileName string) ([]*DatTagRecord, error)
- func (dr *DatReader) ReadTagFileHeader(floatfileName string) (*int32, *string, error)
- func (dr *DatReader) ReadTagRecordsFile(floatfileName string, rowCount int) ([]*DatTagRecord, error)
- type DatTagRecord
- type Marker
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintDatFloatRecord ¶
func PrintDatFloatRecord(record *DatFloatRecord)
func PrintTagRecord ¶
func PrintTagRecord(tag *DatTagRecord)
PrintTagRecord prints the details of a DatTagRecord in a formatted way
Types ¶
type DatFloatRecord ¶
type DatReader ¶
type DatReader struct {
FloatFileNames []string
}
func NewDatReader ¶
func (*DatReader) GetFloatFiles ¶
func (*DatReader) ReadFloatFile ¶
func (dr *DatReader) ReadFloatFile(filename string) ([]*DatFloatRecord, error)
ReadFloatFile reads the float file and returns a slice of DatFloatRecord
func (*DatReader) ReadFloatFileHeader ¶
func (*DatReader) ReadFloatFileRecords ¶
func (dr *DatReader) ReadFloatFileRecords(filename string, rowCount int32) ([]*DatFloatRecord, error)
func (*DatReader) ReadTagFile ¶
func (dr *DatReader) ReadTagFile(floatfileName string) ([]*DatTagRecord, error)
ReadTagFile reads the tag file associated with a float file and returns the DatTagRecord instances
func (*DatReader) ReadTagFileHeader ¶
ReadTagFile reads the tag file associated with a float file and returns the DatTagRecord instances
func (*DatReader) ReadTagRecordsFile ¶
func (dr *DatReader) ReadTagRecordsFile(floatfileName string, rowCount int) ([]*DatTagRecord, error)
ReadTagFile reads the tag file associated with a float file and returns the DatTagRecord instances
type DatTagRecord ¶
func NewDatTagRecord ¶
func NewDatTagRecord(r io.Reader) (*DatTagRecord, error)
Click to show internal directories.
Click to hide internal directories.