Pavel Kirienko
|
47a2b01a14
|
Style fix: All constants are CamelCase now
|
2014-02-21 18:45:23 +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
|
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
|
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
|
031f90f326
|
Added TransferBufferAccessor, saves few bytes on stack/heap
|
2014-02-11 20:13:19 +04:00 |
|
Pavel Kirienko
|
fe2126536d
|
TransferReceiver: removed field for buffer manager key in order to save some memory (at least 2 bytes)
|
2014-02-11 19:27:52 +04:00 |
|
Pavel Kirienko
|
8a007c8522
|
Fixed destruction/copying of TransferReceiver
|
2014-02-11 19:18:43 +04:00 |
|
Pavel Kirienko
|
445ec8173c
|
IncomingTransfer for single frame and multi frame transfers
|
2014-02-11 18:08:20 +04:00 |
|
Pavel Kirienko
|
557278c6ac
|
Added tests for UTC transfer timestamping
|
2014-02-11 14:41:24 +04:00 |
|
Pavel Kirienko
|
696451baca
|
RX frames have two timestamps: monotonic - for protocol timings management; utc - for application-level timestamping
|
2014-02-11 14:32:45 +04:00 |
|
Pavel Kirienko
|
78ff31f9ad
|
TransferBufferManager: using TransferBufferManagerKey instead of plain Node ID, this allows to distinguish transfers of different type from the same Node ID, which is necessary for message broadcasting/unicasting
|
2014-02-11 12:21:25 +04:00 |
|
Pavel Kirienko
|
149ac87a54
|
TransferReceiver - new tests, fixed logic
|
2014-02-10 20:35:35 +04:00 |
|
Pavel Kirienko
|
e9680c04d0
|
TransferReceiver - fixed assignment operator
|
2014-02-10 18:50:39 +04:00 |
|
Pavel Kirienko
|
b2adf25485
|
Transfer receiver
|
2014-02-10 18:35:58 +04:00 |
|