]> rtime.felk.cvut.cz Git - lincan.git/commit
Added support for local message processing and some cleanups.
authorppisa <ppisa>
Sun, 26 Oct 2003 17:46:22 +0000 (17:46 +0000)
committerppisa <ppisa>
Sun, 26 Oct 2003 17:46:22 +0000 (17:46 +0000)
commit659b098309c2bca57ac60a35a1b9900d6f28e74d
tree250ad4f45a8b0b5682067c43e862b9320aa9662f
parent3e5b474f9cd113def3be02af0cf6d5401a7427c9
Added support for local message processing and some cleanups.
The local messages processing feature suggested by Unicontrols.
Driver can be directed by "processlocal" parameter to
distribute sent messages back to the local clients.
Values 0 .. disabled, 1 .. can be enabled by CANQUE_FILT IOCTL,
2 .. enabled by default, but can be specified on per queue as well.
12 files changed:
lincan/include/can.h
lincan/include/can_queue.h
lincan/include/main.h
lincan/src/can_queue.c
lincan/src/i82527.c
lincan/src/ioctl.c
lincan/src/main.c
lincan/src/read.c
lincan/src/sja1000.c
lincan/src/sja1000p.c
lincan/src/write.c
lincan/utils/readburst.c