generated

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: MIT Imports: 3 Imported by: 13

Documentation

Overview

Package generated provides primitives for working with code-generated CAN messages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message interface {
	can.Message
	fmt.Stringer

	// Descriptor returns the message descriptor.
	Descriptor() *descriptor.Message

	// Reset the message signals to their default values.
	Reset()

	// Frame returns a CAN frame representing the message.
	//
	// A generated message ensures that its signals are valid and is always convertible to a CAN frame.
	Frame() can.Frame
}

Message represents a code-generated CAN message.

Jump to

Keyboard shortcuts

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