]> git.tdb.fi Git - model-railway-devices.git/commit - arducontrol/output.h
Support chaining packets to create a larger packet
authorMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 09:20:42 +0000 (11:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 09:20:42 +0000 (11:20 +0200)
commit285513c401954c5ad012ae4ae5411f72b7f73ffc
tree44c8061e4cf2369febf4c6c61367c77a45c7cb6d
parent3fb968420f55aedcac23f7bd42da8485fc210c92
Support chaining packets to create a larger packet

MFX packets with response windows won't fit into the 256 bits available
in a single packet structure.  I'd rather keep the length field 8-bit to
preserve atomicity, and this also allows certain tricks later that would
be harder to do with a single packet.
arducontrol/output.c
arducontrol/output.h