Commit Graph

436 Commits

Author SHA1 Message Date
lkoester
260ec364e2 added getter fuctions to modecommand 2023-02-16 15:43:10 +01:00
d4377860c6
some enum fixes 2023-02-16 10:09:02 +01:00
58544fac7a Various fixes and updates
- Make test event work
- Improved pyclient capabilities and split it up a bit
2023-02-16 01:02:14 +01:00
9da051973c typo 2023-02-16 00:00:08 +01:00
6ac53f8322 better error handling 2023-02-15 23:32:19 +01:00
5cc9860a43 implemented full mode request handling 2023-02-15 22:41:11 +01:00
1ad04e8744 add fern logging support 2023-02-15 22:30:32 +01:00
cea5b3eeb1 Merge pull request 'Add basic mode request handling' (#34) from add_mode_request into main
Reviewed-on: rust/satrs-launchpad#34
2023-02-15 17:16:42 +01:00
3f862b18c7
simplified struct further 2023-02-15 11:26:19 +01:00
943ae821de
add basic mode request handling 2023-02-15 11:19:23 +01:00
933f94f687
stupid windows 2023-02-15 11:05:32 +01:00
802333cf3e
started adding mode request handler in PUS handler 2023-02-15 02:12:00 +01:00
d960c089fd add mode module with basic defintions 2023-02-15 00:33:33 +01:00
72e560dd81 Merge pull request 'added enum subservice ids for scheduling' (#33) from quickfix into main
Reviewed-on: rust/satrs-launchpad#33
2023-02-14 16:32:11 +01:00
655efb73f7
cargo fmt + clippy 2023-02-14 16:00:59 +01:00
e0d51e3f1c Merge pull request 'power_abstractions + request id schedule implementation' (#32) from power_abstractions into main
Reviewed-on: rust/satrs-launchpad#32
2023-02-14 16:00:18 +01:00
ce80158550 Merge branch 'main' into power_abstractions 2023-02-14 15:58:18 +01:00
ec46d94dc7
cargo fmt and clippy 2023-02-14 15:53:14 +01:00
lkoester
e32816fea5 added enum subservice ids for scheduling 2023-02-14 15:26:02 +01:00
5cf00bd2b8 Merge pull request 'Add initial support for request ID in scheduler' (#31) from request_id_support_sched into main
Reviewed-on: rust/satrs-launchpad#31
2023-02-13 09:30:53 +01:00
lkoester
707baa8585 Merge branch 'request_id_support_sched' into power_abstractions 2023-02-13 09:23:01 +01:00
lkoester
9a7f3962cf modified power abstractions 2023-02-13 09:20:00 +01:00
839762942d
use released spacepackets version again 2023-02-12 17:29:19 +01:00
08cd4c9bf7
almost done 2023-02-12 17:18:19 +01:00
08de5cb41c add deletion unittests 2023-02-12 17:01:30 +01:00
60db6e022d finished retrieval unittests 2023-02-12 16:22:09 +01:00
1fcb8163e4 improved API and fixes tests for it 2023-02-12 01:19:09 +01:00
21b9434d18 the tests work now 2023-02-12 00:31:34 +01:00
bd016130b8 add initial support for request ID in scheduler 2023-02-11 14:03:30 +01:00
69c97459fb Merge pull request 'added result return to get_switch_state' (#30) from power_abstraction_result_return into power_abstractions
Reviewed-on: rust/satrs-launchpad#30
2023-02-07 16:04:38 +01:00
lkoester
ae8718ed6a simplified get is switch on 2023-02-07 16:01:25 +01:00
lkoester
be1299e7d6 added result return to get_switch_state 2023-02-07 14:56:50 +01:00
ae3e85c50a
power abstraction 2023-02-06 11:38:13 +01:00
33e6a26d22
completed docs 2023-02-06 00:24:09 +01:00
0c7590414a
small fix 2023-02-06 00:22:38 +01:00
6ef57d57c4
store error propagation tests complete
adding docs
2023-02-06 00:22:07 +01:00
28e244029c
bump spacepackets to v0.5.3 2023-02-05 23:49:57 +01:00
745bbb745e
good coverage 2023-02-05 18:59:28 +01:00
7d695fc15b some improvements for tests 2023-02-05 17:48:07 +01:00
63152739c4
extend basic impl 2023-02-05 14:15:48 +01:00
9e2d300347
first power abstraction 2023-02-05 01:18:23 +01:00
20327d14c0
bump spacepackets again 2023-02-04 15:48:41 +01:00
5c968cf39a
everything still works 2023-02-04 15:37:35 +01:00
7dbbd18be4
bump spacepackets, clippy fixes 2023-02-04 15:35:18 +01:00
44ce25cd82
typo 2023-02-04 14:01:55 +01:00
23287301c1
update names 2023-02-04 14:01:37 +01:00
4ffac74ca3
update satrs-example
- Bump pyclient tmtccmd dependency
- Small tweaks for example
2023-02-04 13:52:39 +01:00
fac8775464 Merge pull request 'Implementation of scheduler in pus and tmtc handler' (#29) from pus_schedule_implementation into main
Reviewed-on: rust/satrs-launchpad#29
2023-02-01 13:40:48 +01:00
lkoester
c2768a2735 added requested changes and used clippy to clean up code 2023-02-01 10:27:12 +01:00
lkoester
7569244a90 fixed scheduler logic in tmtc loop and pus handler, fixed pyclient implementation of service 11 2023-01-30 13:49:37 +01:00