Pavel Kirienko
|
da4c2b524b
|
CRC fix
|
2014-02-23 20:10:09 +04:00 |
|
Pavel Kirienko
|
0c7d51b9ec
|
Dynamic arrays; not fully tested yet. Tail array optimization is not implemented yet.
|
2014-02-23 16:53:27 +04:00 |
|
Pavel Kirienko
|
77d3cb3518
|
StaticArray<> boolean specialization shouldn't have ValueType, so it was removed
|
2014-02-22 22:35:32 +04:00 |
|
Pavel Kirienko
|
e2e4e420f1
|
Marshalling headers reorganized
|
2014-02-22 21:56:24 +04:00 |
|
Pavel Kirienko
|
056791619e
|
StaticArray specialization for std::bitset<>
|
2014-02-22 21:37:31 +04:00 |
|
Pavel Kirienko
|
ac6456695e
|
StaticArray<> impl and test
|
2014-02-22 21:10:58 +04:00 |
|
Pavel Kirienko
|
202fa3b58b
|
Minor fixes for FloatSpec, IntegerSpec and types.hpp
|
2014-02-22 20:47:54 +04:00 |
|
Pavel Kirienko
|
fb32aabb54
|
Removed enable_tail_array_optimization and init()
|
2014-02-22 17:08:38 +04:00 |
|
Pavel Kirienko
|
a58e8842e2
|
FloatSpec made unconstructible
|
2014-02-22 15:25:52 +04:00 |
|
Pavel Kirienko
|
51e42038c6
|
FloatSpec<> implementation and tests
|
2014-02-22 15:06:08 +04:00 |
|
Pavel Kirienko
|
ac2a31b087
|
Renamed IntegerInfo to IntegerSpec, few minor naming fixes
|
2014-02-22 11:00:42 +04:00 |
|
Pavel Kirienko
|
0e28a0826c
|
IntegerInfo
|
2014-02-21 22:03:17 +04:00 |
|
Pavel Kirienko
|
aee9ce238e
|
Type categorization via EnableIfType - for integer info class
|
2014-02-21 21:41:14 +04:00 |
|
Pavel Kirienko
|
47a2b01a14
|
Style fix: All constants are CamelCase now
|
2014-02-21 18:45:23 +04:00 |
|
Pavel Kirienko
|
a155e6f859
|
StaticIf - needed for standard types
|
2014-02-21 15:58:44 +04:00 |
|
Pavel Kirienko
|
232b69580f
|
ScalarCodec fix
|
2014-02-21 15:58:04 +04:00 |
|
Pavel Kirienko
|
df04599ac0
|
ScalarCodec - added representation correctness test
|
2014-02-21 00:42:11 +04:00 |
|
Pavel Kirienko
|
dc3111c77d
|
ScalarCodec implementation; more tests to come
|
2014-02-21 00:29:26 +04:00 |
|
Pavel Kirienko
|
361cf53265
|
Cleaner error reporting logic for BitStream
|
2014-02-20 20:58:57 +04:00 |
|
Pavel Kirienko
|
4eb2886ca9
|
Doc comment
|
2014-02-20 20:36:40 +04:00 |
|
Pavel Kirienko
|
cb0ff11eea
|
BitStream::read() - implementation and tests
|
2014-02-20 20:28:42 +04:00 |
|
Pavel Kirienko
|
3cf6a5ff60
|
Partially implemented BitStream class - only write() so far.
|
2014-02-20 19:03:43 +04:00 |
|
Pavel Kirienko
|
c10abf53e9
|
Style fix - DynamicTransferBuffer --> DynamicTransferBufferManagerEntry
|
2014-02-20 14:09:25 +04:00 |
|
Pavel Kirienko
|
7c4902deb5
|
StaticTransferBuffer extracted for standalone usage
|
2014-02-20 14:06:09 +04:00 |
|
Pavel Kirienko
|
4f49d61de6
|
Style fixes
|
2014-02-19 17:55:18 +04:00 |
|
Pavel Kirienko
|
195dca3696
|
Renaming: TransferBufferBase --> ITransferBuffer
|
2014-02-19 17:11:05 +04:00 |
|
Pavel Kirienko
|
cd851312ff
|
TransferSender implementation and tests
|
2014-02-19 17:05:19 +04:00 |
|
Pavel Kirienko
|
c136d92b5d
|
Added Frame::setIndex()
|
2014-02-19 16:46:50 +04:00 |
|
Pavel Kirienko
|
d330572e37
|
Style fix: LinkedListRoot<>::length() --> getLength()
|
2014-02-19 00:50:24 +04:00 |
|
Pavel Kirienko
|
903ec1b0a1
|
getNum*() Dispatcher methods for testing
|
2014-02-19 00:45:52 +04:00 |
|
Pavel Kirienko
|
0d50ec077c
|
Cleaned up dynamic memory management, explicit pointer zeroing from destroy()
|
2014-02-19 00:39:58 +04:00 |
|
Pavel Kirienko
|
06d74d3213
|
Added test for maximum transfer length
|
2014-02-17 15:13:05 +04:00 |
|
Pavel Kirienko
|
d3d85a671c
|
Renamed some Frame methods
|
2014-02-17 12:53:07 +04:00 |
|
Pavel Kirienko
|
697a55aebb
|
Refactoring: Frame Index field size increased, Trnasfer ID field size reduced. NodeID class added, Frame class rewritten with stricter runtime checks. All tests were updated accordingly.
|
2014-02-17 12:35:12 +04:00 |
|
Pavel Kirienko
|
20778f1acb
|
Better explanation of frame filtering logic
|
2014-02-15 21:08:45 +04:00 |
|
Pavel Kirienko
|
e7ce9fb586
|
Extra logging in TransferListener
|
2014-02-14 19:34:34 +04:00 |
|
Pavel Kirienko
|
20c828912f
|
Dispatcher class, tests to come
|
2014-02-14 19:19:23 +04:00 |
|
Pavel Kirienko
|
69fa8643d4
|
Added RxCanFrame::toString()
|
2014-02-14 18:45:49 +04:00 |
|
Pavel Kirienko
|
d81a96beb2
|
TransferListener::cleanup() test
|
2014-02-14 15:53:28 +04:00 |
|
Pavel Kirienko
|
02cbd60efe
|
Outgoing Transfer ID registry
|
2014-02-14 15:04:26 +04:00 |
|
Pavel Kirienko
|
96f8c9aa09
|
TransferListenerBase holds its DataTypeDescriptor, which is needed for the upcoming dispatcher class
|
2014-02-13 14:06:59 +04:00 |
|
Pavel Kirienko
|
328f98e605
|
Typo
|
2014-02-13 13:04:50 +04:00 |
|
Pavel Kirienko
|
2d2116f624
|
TransferListener implemented and tested
|
2014-02-13 13:01:08 +04:00 |
|
Pavel Kirienko
|
4a7efc19d0
|
Fixed specialization of TransferBufferManager<0, 0>
|
2014-02-12 13:29:31 +04:00 |
|
Pavel Kirienko
|
a1ead1b90b
|
TransferListener implemented, tests to be added
|
2014-02-12 13:27:49 +04:00 |
|
Pavel Kirienko
|
5ceaafe419
|
TransferReceiver: on-the-fly CRC extraction from multi frame transfers saves 2 to 3 bytes of payload buffers
|
2014-02-12 12:34:48 +04:00 |
|
Pavel Kirienko
|
0533539c7c
|
Starting refactoring of the receiving logic
|
2014-02-12 10:49:32 +04:00 |
|
Pavel Kirienko
|
0bc62a74c9
|
TransferListener partially implemented
|
2014-02-11 21:55:36 +04:00 |
|
Pavel Kirienko
|
0acf1b976b
|
Explicit specialization for empty TransferBuffer (for single frame transfers)
|
2014-02-11 21:44:43 +04:00 |
|
Pavel Kirienko
|
5be2801fa1
|
Dynamic buffer size limitation
|
2014-02-11 21:26:18 +04:00 |
|