Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// contains filtered or unexported fields
}
Decoder decodes CAN frames using DBC information
func NewCompiler ¶
func (*Compiler) SourceFile ¶
type DecodedSignal ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func (*Decoder) Decode ¶
func (d *Decoder) Decode(f *can.TimedFrame) (map[string]DecodedSignal, error)
Click to show internal directories.
Click to hide internal directories.