scm

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2018 License: AGPL-3.0 Imports: 6 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewParser

func NewParser(chipLength int) (p protocol.Parser)

Types

type Parser

type Parser struct {
	crc.CRC
	// contains filtered or unexported fields
}

func (*Parser) Cfg added in v0.6.1

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

func (Parser) Parse

func (p Parser) Parse(pkts []protocol.Data, msgCh chan protocol.Message, wg *sync.WaitGroup)

func (Parser) SetDecoder added in v0.9.0

func (p Parser) SetDecoder(d *protocol.Decoder)

type SCM

type SCM struct {
	ID          uint32 `xml:",attr"`
	Type        uint8  `xml:",attr"`
	TamperPhy   uint8  `xml:",attr"`
	TamperEnc   uint8  `xml:",attr"`
	Consumption uint32 `xml:",attr"`
	ChecksumVal uint16 `xml:"Checksum,attr"`
}

Standard Consumption Message

func NewSCM added in v0.6.2

func NewSCM(data protocol.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