Documentation ¶
Overview ¶
Package adaptors includes various server connector and data processors
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MQ = make(chan common.MSG, 10)
MQ is the message queue which Adaptors push message to
View Source
var Running = make(map[string]Adaptor)
Running adaptors
Functions ¶
Types ¶
type BYAdaptor ¶
type BYAdaptor struct {
// contains filtered or unexported fields
}
BYAdaptor defines the local adaptor
func (*BYAdaptor) HandleMessage ¶
HandleMessage will be called when a device message is received
Click to show internal directories.
Click to hide internal directories.