scmplus

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2016 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPacketConfig

func NewPacketConfig(symbolLength int) (cfg decode.PacketConfig)

func NewParser

func NewParser(symbolLength, decimation int) (p parse.Parser)

Types

type Parser

type Parser struct {
	decode.Decoder
	crc.CRC
}

func (*Parser) Cfg

func (p *Parser) Cfg() *decode.PacketConfig

func (Parser) Dec

func (p Parser) Dec() decode.Decoder

func (Parser) Parse

func (p Parser) Parse(indices []int) (msgs []parse.Message)

type SCM

type SCM struct {
	FrameSync    uint16 `xml:",attr"`
	ProtocolID   uint8  `xml:",attr"`
	EndpointType uint8  `xml:",attr"`
	EndpointID   uint32 `xml:",attr"`
	Consumption  uint32 `xml:",attr"`
	Tamper       uint16 `xml:",attr"`
	PacketCRC    uint16 `xml:"Checksum,attr",json:"Checksum"`
}

Standard Consumption Message Plus

func NewSCM

func NewSCM(data parse.Data) (scm SCM)

func (SCM) Checksum

func (scm SCM) Checksum() []byte

func (SCM) MeterID

func (scm SCM) MeterID() uint32

func (SCM) MeterType

func (scm SCM) MeterType() uint8

func (SCM) MsgType

func (scm SCM) MsgType() string

func (SCM) Record

func (scm SCM) Record() (r []string)

func (SCM) String

func (scm SCM) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL