Commit Graph

306 Commits

Author SHA1 Message Date
8418085fb1
remove dependency on error handler 2022-08-14 19:49:18 +02:00
287f67a477
use Downcast for Object Manager 2022-08-14 19:37:34 +02:00
44d1c6cf97
provided PUS example 2022-08-14 19:17:49 +02:00
c62554fc1c
reduce duplicate code 2022-08-14 19:02:50 +02:00
e227d4f4aa
that was complicated 2022-08-14 18:47:01 +02:00
afa9614417
added better generic error handling 2022-08-14 18:13:54 +02:00
6dcb9d719c
some improvements 2022-08-14 11:13:54 +02:00
75bd86c802
introduce downcasting capabilities 2022-08-14 11:06:33 +02:00
5de211cd40
add pus distrib test 2022-08-13 21:29:56 +02:00
5ba6766db3
remove lifetime annotation 2022-08-13 19:45:39 +02:00
a45bc074a0
this is really annoying 2022-08-13 19:44:52 +02:00
946ced2a49
continued distrib components 2022-08-08 11:17:41 +02:00
51c558d7cc
error handling is tricky 2022-08-08 02:03:15 +02:00
db78b02348
first packet routing components 2022-08-08 01:24:28 +02:00
2843a18867
bump deps 2022-08-05 01:07:54 +02:00
b826bbd00e
bump deps 2022-07-31 14:28:51 +02:00
4245550223
bump submodule, update test cfg 2022-07-25 01:07:07 +02:00
b142cb6194
doc fix 2022-07-24 18:19:42 +02:00
1322ea6fdb
update spacepackets 2022-06-19 14:37:58 +02:00
1de4e9bab5
re-add spacepackets as submodule 2022-06-18 22:53:09 +02:00
051efaf7cb
remove spacepackets to replace with submodule 2022-06-18 22:52:49 +02:00
d39bbeb044
add license files 2022-06-18 22:47:10 +02:00
a525d45290
clippy 2022-06-18 21:50:40 +02:00
b938eff9cf
make spacepackets no_std 2022-06-18 21:50:22 +02:00
ac7a295c37
remove deku depndency from spacepackets crate 2022-06-18 19:55:17 +02:00
921f82fb73
clippy 2022-06-18 19:53:04 +02:00
de660ad26c
added byte level check 2022-06-18 19:51:54 +02:00
70ec75ff87
some more tests 2022-06-18 19:05:33 +02:00
a3b04364ef
fnished low level deserialization function 2022-06-18 18:45:21 +02:00
5f8ac2a8f5
use same example packet as spacepackets python example 2022-06-18 15:03:26 +02:00
75319496b5
use delegate, some minor fixes 2022-06-18 14:47:24 +02:00
786ed44fb4
rename len function 2022-06-17 01:56:00 +02:00
6598d3458f
ccsds length field calculation 2022-06-17 01:45:08 +02:00
e417384863
added function to copy to vec 2022-06-17 01:15:57 +02:00
3075da0674
continue tc write impl 2022-06-16 18:34:04 +02:00
a4234b90b8 Merge pull request 'New CCSDS & ECSS Components' (#7) from workspace-spacepackets into main
Reviewed-on: rust/launchpad#7
2022-06-16 15:48:04 +02:00
9b8c3b7f86 split up crate and create workspace 2022-06-16 15:45:22 +02:00
31bf8ecdd9
some clippy stuff 2022-06-15 01:30:33 +02:00
7f6adcfbc3
started writer function 2022-06-15 01:29:28 +02:00
007cf06141
add CRC16 dependency, continued PUS TC impl 2022-06-15 00:58:58 +02:00
f07a1bbb62
add tc and tm module 2022-06-14 23:26:21 +02:00
728796472d
example code of hk packets might look like 2022-06-14 19:16:38 +02:00
8a3f53145b
cargo fmt 2022-06-14 17:56:22 +02:00
2b4eb1c8b6
more tests 2022-06-14 17:55:59 +02:00
933d946f68
improved module structure, new archive file 2022-06-14 17:39:13 +02:00
7f369e1d5a
cargo fmt 2022-06-14 17:26:51 +02:00
645b265742
added more tests for ccsds sp header impl 2022-06-14 17:26:29 +02:00
dcc29e1c5e
completed CcsdsPrimaryHeader impls 2022-06-14 15:10:45 +02:00
99c827c507
new ccsds header trait and zerocopy support 2022-06-14 14:56:18 +02:00
7e26427058
Merge remote-tracking branch 'origin/main' into serde 2022-06-14 11:29:15 +02:00