|
8210e01615
|
zero copy TM funnel
|
2023-07-05 19:31:48 +02:00 |
|
|
f34ef841bf
|
update deps
|
2023-07-05 19:11:59 +02:00 |
|
|
da7f929ec0
|
continue
|
2023-07-05 19:11:09 +02:00 |
|
|
5895c3d357
|
something broke..
|
2023-07-05 17:32:00 +02:00 |
|
|
bc65cae3ec
|
simplifications for verification reporter
|
2023-07-05 17:24:53 +02:00 |
|
|
831cb46059
|
fix to avoid burning through CPU time
|
2023-07-05 15:15:19 +02:00 |
|
|
43408f3a9b
|
only actions and modes remaining
|
2023-07-05 15:12:03 +02:00 |
|
|
52a7682a55
|
continue
|
2023-07-05 14:25:51 +02:00 |
|
|
363770066d
|
start adding event service
|
2023-07-05 11:58:43 +02:00 |
|
|
d2e896fc92
|
more cleaning and restructuring
|
2023-07-05 11:25:23 +02:00 |
|
|
9a40301c0f
|
this seems to work
|
2023-07-05 09:39:35 +02:00 |
|
|
3f47474393
|
try another trait
|
2023-07-05 09:37:34 +02:00 |
|
|
2ba93b9942
|
some things in rust are really hard
|
2023-07-04 22:26:41 +02:00 |
|
|
17c5b3d93e
|
continue
|
2023-07-04 21:13:26 +02:00 |
|
|
6723fd9e5c
|
compleex
|
2023-07-04 20:01:06 +02:00 |
|
|
82b7717b49
|
next helper class
|
2023-07-04 18:51:54 +02:00 |
|
|
3a1c5832a9
|
continue
|
2023-07-04 15:17:43 +02:00 |
|
|
e786773a65
|
at least it compiles again
|
2023-07-03 18:22:08 +02:00 |
|
|
5fa9553656
|
this is complex..
|
2023-07-03 01:33:13 +02:00 |
|
|
46c47a3a0f
|
Merge branch 'large-update' of https://egit.irs.uni-stuttgart.de/rust/sat-rs into large-update
|
2023-07-03 00:43:56 +02:00 |
|
|
148fc29b95
|
update syn to v2.0, large update
|
2023-07-03 00:42:20 +02:00 |
|
|
6f02c5279c
|
better names
|
2023-07-02 21:03:29 +02:00 |
|
|
def176bed8
|
large update
|
2023-07-02 20:49:45 +02:00 |
|
|
b4f2f3e105
|
Merge pull request 'update pyclient' (#47) from update-pyclient into main
Reviewed-on: #47
|
2023-07-02 17:48:38 +02:00 |
|
|
4032839d50
|
update pyclient
|
2023-07-02 17:47:47 +02:00 |
|
|
ac4f8a9dd9
|
Merge pull request 'some clippy fixes for sat-rs example' (#46) from some-more-clippy-fixes into main
Reviewed-on: #46
|
2023-07-02 17:41:16 +02:00 |
|
|
c3cb871913
|
some clippy fixes for sat-rs example
|
2023-07-02 17:40:16 +02:00 |
|
|
989f458bfe
|
Merge pull request 'Clippy fixes' (#45) from clippy-fixes into main
Reviewed-on: #45
|
2023-06-25 22:50:42 +02:00 |
|
|
993c5546e4
|
doc correction
|
2023-05-14 16:09:09 +02:00 |
|
|
541311d15d
|
more clippy fixes
|
2023-05-14 16:08:12 +02:00 |
|
|
9b63ea3585
|
small clippy fix
|
2023-05-14 16:03:41 +02:00 |
|
|
c265e4c271
|
Merge pull request 'fixed sequence counter in verif reporter' (#44) from verif_reporter_ssc_fix into main
Reviewed-on: #44
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
|
2023-04-26 17:28:09 +02:00 |
|
|
45be7e450c
|
Merge branch 'main' into verif_reporter_ssc_fix
|
2023-04-26 17:25:56 +02:00 |
|
lkoester
|
b770938965
|
added sequence count to timestamp creation
|
2023-04-26 17:23:56 +02:00 |
|
|
32e712644f
|
Merge pull request 'sequence counter in verification reporter' (#41) from verif_reporter_ssc_fix into main
Reviewed-on: #41
|
2023-03-10 11:32:10 +01:00 |
|
lkoester
|
5caf31ac17
|
Merge branch 'main' into try_merge
|
2023-03-09 09:09:14 +01:00 |
|
lkoester
|
b0c831d0dc
|
added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably
|
2023-03-09 09:03:14 +01:00 |
|
|
c00fa8df1b
|
Merge pull request 'Sender abstraction has ID and name' (#39) from feature_sender_abstraction_has_id_and_name into main
Reviewed-on: #39
Reviewed-by: lkoester <st167799@stud.uni-stuttgart.de>
|
2023-02-28 19:12:45 +01:00 |
|
|
bb5279b277
|
Merge branch 'main' into feature_sender_abstraction_has_id_and_name
|
2023-02-28 18:43:20 +01:00 |
|
|
0b6cd3e420
|
Merge pull request 'allow verif failure and completion starting from accepted' (#40) from improved_verif_add_prototyping_code into main
Reviewed-on: #40
Reviewed-by: lkoester <st167799@stud.uni-stuttgart.de>
|
2023-02-28 18:43:05 +01:00 |
|
|
2f724f8ce3
|
Merge branch 'main' into feature_sender_abstraction_has_id_and_name
|
2023-02-28 18:35:16 +01:00 |
|
|
53003b9c66
|
allow verif failure and completion starting from accepted
- Also add some prototyping code a prep for generic PUS router
|
2023-02-28 14:53:57 +01:00 |
|
|
c8d6cc5977
|
delete code
|
2023-02-28 14:05:36 +01:00 |
|
|
283fd61f81
|
TM sender abstractions have ID and name now
|
2023-02-28 14:01:40 +01:00 |
|
|
b2fc172b0a
|
Merge pull request 'public_mode' (#38) from public_mode into main
Reviewed-on: #38
|
2023-02-28 13:18:28 +01:00 |
|
lkoester
|
153659bb88
|
added getter to mode and submode
|
2023-02-28 12:02:18 +01:00 |
|
lkoester
|
cf9b12b1dc
|
made mode elements public
|
2023-02-28 11:59:56 +01:00 |
|
|
df7103cb82
|
Merge pull request 'Change Request Type' (#36) from feature_change_request_types into main
Reviewed-on: #36
Reviewed-by: lkoester <st167799@stud.uni-stuttgart.de>
|
2023-02-27 21:46:51 +01:00 |
|
|
9fdd100f13
|
Merge branch 'main' into feature_change_request_types
|
2023-02-27 21:45:15 +01:00 |
|
|
989373c508
|
Merge pull request 'new generic Mpsc PUS senders' (#37) from refactor_mpsc_pus_senders into main
Reviewed-on: #37
Reviewed-by: lkoester <st167799@stud.uni-stuttgart.de>
|
2023-02-27 21:45:05 +01:00 |
|