Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentField ¶
type Field ¶
type Field struct { Num byte Name string Type string Array string Components []string Scales []float64 Offsets []float64 Units string Bits []byte Accumulate []bool SubFields []SubField Comment string Product string Example string }
func (Field) GetAccumulate ¶
func (Field) GetComponents ¶
func (Field) GetOffsets ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser is Profile.xlsx parser
func (*Parser) ParseMessages ¶
ParseTypes parse sheet "Messages" in Profile.xlsx
func (*Parser) ParseTypes ¶
ParseTypes parse sheet "Types" in Profile.xlsx
type SubField ¶
type SubField struct { FieldNum byte Name string Type string Array string Components []string Scales []float64 Offsets []float64 Units string Bits []byte Accumulates []bool RefFieldNames []string RefFieldValue []string Comment string Product string Example string }
func (SubField) GetAccumulate ¶
func (SubField) GetComponents ¶
func (SubField) GetOffsets ¶
Click to show internal directories.
Click to hide internal directories.