Standard hard coded datalog replaced with a totally configurable log setup. Up to...
commitfdafad799dafe9f8c9e70e58bcaaee0f37060543
authorFred Cooke <fred.cooke@gmail.com>
Sat, 14 Jul 2012 23:13:13 +0000 (15 01:13 +0200)
committerFred Cooke <fred.cooke@gmail.com>
Sat, 14 Jul 2012 23:24:24 +0000 (15 01:24 +0200)
treebac4ed85a430bd8f7afcc69c2d441ba6f8710406
parent5dda9a8a80e7e71a8bd91d94b735366b04c31918
Standard hard coded datalog replaced with a totally configurable log setup. Up to 16 chunks of data can be concatenated together into a log. Each chunk has an address and size. The 16 slots can be preconfigured with your prefered sequences of data. What to send is configured by saying which chunk is first, and how many chunks to send. Default is the same as before, so this commit should not change anything.
src/commsCore.c
src/inc/TunableConfigs.h
src/inc/commsCore.h
src/inc/containerTypes.h
src/inc/typeChecks.h
src/initialisers/TunableConfig.c
src/main.c