Classes

The SimpleCAN bus class provides a CAN bus model. In the SimpleCANBus class, messages are forwarded to all connected devices (except the sending one). If this results in performance issues, it is possible to write a filtering CAN bus model.

SimpleCANBus Reference

Properties

Name Type Description

Class

*void

Class object

Component

*void

Pointer to component object if part of component

LoggingFlags

uint64_t

Flags for logging info

Name

*char

Object name

TimeSource

*void

Time source object

devices

temu_IfaceRefArray

CAN devices attached to bus

stats.lastReportSentBits

uint64_t

Statistics

stats.sentBits

uint64_t

Statistics

Interfaces

Name Type Description

CanBusIface

CanBusIface

CAN Bus Interface

Commands

Name Description

delete

Dispose instance of SimpleCANBus