package socketcan
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Socketcan
CAN bindings to the Linux SocketCAN interface
module Id : sig ... endCAN identifiers of either standard (11 Bit) or extended frame format (29 Bit) size
module Frame : sig ... endCAN frames representing CAN message frames including CAN identifier, payload and time of arrival.
module Mask : sig ... endCAN identifier masks for use with filters.
module Filter : sig ... endFilters for incoming data that can be applied to a socket.
module Error : sig ... endErrors of the CAN interface
module Socket : sig ... endA CAN socket: This is a file descriptor on which CAN message frames can be sent and received.
module BCM : sig ... endThe SocketCAN BroadCast Manager (BCM) allows to send CAN message frames from kernel space; the kernel e.g. can then send periodic messages without having to be triggered by user space.