Pavel Kirienko
|
62ea9e2746
|
Type safe DataTypeID class
|
2014-03-11 21:29:35 +04:00 |
|
Pavel Kirienko
|
befea376c2
|
Fixed inclusion loops
|
2014-03-11 21:00:28 +04:00 |
|
Pavel Kirienko
|
d5e30f643c
|
Renaming: MonotonicDeadlineHandler --> DeadlineHandler
|
2014-03-11 14:49:43 +04:00 |
|
Pavel Kirienko
|
65a4dcc2cf
|
Superrefactoring - all time values were replaced with new safer classes from uavcan/time.hpp; generated types were moved away from anonymous namespaces because this makes it impossible to use a type from different compilation units. Some less vital fixes are to follow - see the next few commits
|
2014-03-11 14:41:48 +04:00 |
|
Pavel Kirienko
|
633fa9d8bd
|
Bitarray copy algorithm was moved to C++ source file, thus C compiler is no longer required
|
2014-03-10 19:33:06 +04:00 |
|
Pavel Kirienko
|
b86ea67563
|
Reorganized directory structure for tests and src
|
2014-03-10 19:25:28 +04:00 |
|
Pavel Kirienko
|
3d8285b123
|
Common naming conventions for event handling methods: handleFooBar() instead of onFooBar()
|
2014-03-10 14:03:46 +04:00 |
|
Pavel Kirienko
|
4b92497aee
|
Refactoring - Scheduler, GenericPublisher, GenericSubscruber moved into /uavcan/internal/node/*
|
2014-03-10 13:53:10 +04:00 |
|
Pavel Kirienko
|
3dc5183317
|
Centralized fatal error handling via handleFatalError(msg)
|
2014-03-09 20:48:06 +04:00 |
|
Pavel Kirienko
|
c1a8f818f8
|
GDTR tracing
|
2014-03-09 16:49:59 +04:00 |
|
Pavel Kirienko
|
baed1d17c5
|
IncomingTransfer implements ITransferBuffer, which is necessary for message codec
|
2014-03-09 00:47:01 +04:00 |
|
Pavel Kirienko
|
35db1858c8
|
Latest fixes to GDTR made such thing as name collisions completely impossible, so tests were fixed accordingly
|
2014-03-08 22:03:58 +04:00 |
|
Pavel Kirienko
|
2fa3f2c7c7
|
Refactored scheduler
|
2014-03-08 13:03:04 +04:00 |
|
Pavel Kirienko
|
aef70367d9
|
Scheduler
|
2014-03-08 01:01:50 +04:00 |
|
Pavel Kirienko
|
161c3fdc7d
|
Some more renamings: marshalling --> marshal
|
2014-02-28 14:31:03 +04:00 |
|
Pavel Kirienko
|
2e79b92aee
|
name --> full_name
|
2014-02-28 14:26:13 +04:00 |
|
Pavel Kirienko
|
1c1e1b1fb9
|
GDTR: much faster type signature computation
|
2014-02-28 14:12:35 +04:00 |
|
Pavel Kirienko
|
03cf4aa901
|
GDTR remove() fix
|
2014-02-28 12:33:05 +04:00 |
|
Pavel Kirienko
|
eb573ce04e
|
GDTR registration error codes
|
2014-02-28 12:26:46 +04:00 |
|
Pavel Kirienko
|
61a9adb369
|
Typo
|
2014-02-28 12:01:12 +04:00 |
|
Pavel Kirienko
|
e4f6866524
|
GDTR collision checks, ordered storage
|
2014-02-28 11:59:54 +04:00 |
|
Pavel Kirienko
|
c4add96a81
|
Improved GDTR test
|
2014-02-28 11:35:50 +04:00 |
|
Pavel Kirienko
|
c6518d22f5
|
Aggregate type signature computation + tests
|
2014-02-28 11:19:16 +04:00 |
|
Pavel Kirienko
|
3b67b15ff5
|
GlobalDataTypeRegistry partially implemented
|
2014-02-27 11:30:38 +04:00 |
|
Pavel Kirienko
|
d71ec29fcf
|
DataTypeDescriptor got name_
|
2014-02-27 09:29:58 +04:00 |
|
Pavel Kirienko
|
bc54015265
|
data_type.hpp moved one level up from 'internal/'
|
2014-02-27 08:47:32 +04:00 |
|
Pavel Kirienko
|
057574b2ec
|
DataTypeSignature
|
2014-02-26 19:01:12 +04:00 |
|
Pavel Kirienko
|
121f8d2dee
|
TransportCRC --> TransferCRC
|
2014-02-26 18:16:14 +04:00 |
|
Pavel Kirienko
|
887ee64d54
|
Fixed TransportCRC compatibility with CRC-16-CCITT
|
2014-02-26 09:45:06 +04:00 |
|
Pavel Kirienko
|
a6ab9c416f
|
Crc16 --> TransferCRC
|
2014-02-25 17:58:31 +04:00 |
|
Pavel Kirienko
|
da4c2b524b
|
CRC fix
|
2014-02-23 20:10:09 +04:00 |
|
Pavel Kirienko
|
51e42038c6
|
FloatSpec<> implementation and tests
|
2014-02-22 15:06:08 +04:00 |
|
Pavel Kirienko
|
47a2b01a14
|
Style fix: All constants are CamelCase now
|
2014-02-21 18:45:23 +04:00 |
|
Pavel Kirienko
|
361cf53265
|
Cleaner error reporting logic for BitStream
|
2014-02-20 20:58:57 +04:00 |
|
Pavel Kirienko
|
5d106dfac0
|
Resolved TODO in BitStream
|
2014-02-20 20:30:16 +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
|
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
|
15d90f72e9
|
Verbose logging on CRC failure
|
2014-02-19 16:47:08 +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
|
d3d85a671c
|
Renamed some Frame methods
|
2014-02-17 12:53:07 +04:00 |
|
Pavel Kirienko
|
9d06a328dc
|
Simplified Frame::parse()
|
2014-02-17 12:43:47 +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
|
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
|
2d2116f624
|
TransferListener implemented and tested
|
2014-02-13 13:01:08 +04:00 |
|