Skip to content

Releases: TheMatjaz/VCAN

Slightly-breaking performance improvement

22 Apr 17:58
Compare
Choose a tag to compare

Modified

  • The message is not copied into the node anymore, it is removed from the
    vcan_node_t struct. Instead it is copied once and only once into the
    vcan_bus_t struct, to avoid copying it into every single node.
  • Due to the upper point, the callbacks now obtain also a const pointer to the
    message as a second parameter.

Fixed

  • Minor doxygen documentation improvements.

Initial version

21 Apr 20:34
Compare
Choose a tag to compare
  • Connect/disconnect virtual nodes to/from bus.
  • Transmit message on bus, every node gets a copy and its callback is called.