Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AvailableInterfaces = make(map[string]NewInterfaceFunc)
View Source
var ImplementedInterfaces = []string{
"socketcan",
"socketcanv2",
"virtualcan",
"kvaser",
}
Functions ¶
func RegisterInterface ¶
func RegisterInterface(interfaceType string, newInterface NewInterfaceFunc)
Register a new CAN bus interface type This should be called inside an init() function of plugin
Types ¶
Click to show internal directories.
Click to hide internal directories.