Add CUC impl #4

Merged
muellerr merged 28 commits from add_cuc_time_impl into main 2023-01-09 11:14:42 +01:00
Owner
No description provided.
muellerr added 14 commits 2022-12-09 14:00:36 +01:00
bump changelog
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
3fa43d46f9
Merge branch 'add_error_impls_for_std_feature' into improve_cds_short_impl
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
1b4934e865
Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
3ee237865c
Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
04073a29af
add some missing derives
Some checks failed
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
7f607be5f3
split up large source file
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
4d64394637
continue cuc impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
5958d19eb4
muellerr added 2 commits 2022-12-09 17:23:21 +01:00
basic impl done, add first unittests
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
bccbdf65a3
muellerr added 1 commit 2022-12-09 17:33:26 +01:00
basic docs
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
7615e40e43
muellerr added 1 commit 2022-12-10 16:34:58 +01:00
add more tests and additional check
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
e155ddbcb0
muellerr added 1 commit 2022-12-10 16:42:21 +01:00
remove duplicate function
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
d889826b79
muellerr added 1 commit 2022-12-10 17:39:13 +01:00
this should cover most basic cases
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
1d9329ad63
muellerr added 1 commit 2022-12-10 18:08:59 +01:00
added doc test / example as well
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
6341cf35d3
muellerr added 1 commit 2022-12-10 18:18:37 +01:00
better structure
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
f73edd71fd
muellerr added 1 commit 2022-12-10 18:23:46 +01:00
some more docs
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
93159dae45
muellerr changed title from WIP: Add CUC impl to Add CUC impl 2022-12-10 18:24:12 +01:00
muellerr added the
enhancement
label 2022-12-10 18:24:53 +01:00
muellerr added 1 commit 2022-12-10 18:27:08 +01:00
update changelog
Some checks failed
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
ef963187ac
muellerr added a new dependency 2022-12-12 11:54:24 +01:00
muellerr requested review from nehlichp 2022-12-12 11:54:55 +01:00
muellerr added 1 commit 2022-12-12 11:56:44 +01:00
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
fc05eaa925
muellerr added 1 commit 2022-12-19 00:01:05 +01:00
clippy fixes
Some checks failed
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
177ddba9c5
muellerr added 1 commit 2022-12-20 16:22:04 +01:00
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
7e763fe055
muellerr added 1 commit 2022-12-20 16:27:53 +01:00
add PR link
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main This commit looks good
f641248ac2
muellerr added 1 commit 2022-12-21 01:00:49 +01:00
important bugfix
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
3828a98c76
muellerr added 1 commit 2022-12-21 01:03:08 +01:00
add TODO
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
14fa1bad92
muellerr added 1 commit 2022-12-21 09:37:56 +01:00
add floating point division code
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
472bfa9964
muellerr added 1 commit 2022-12-21 09:46:50 +01:00
cargo fmt
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
83e2cad753
nehlichp approved these changes 2022-12-21 11:03:57 +01:00
nehlichp left a comment
Member

Time Concersion between unix and ccsds should probably check validity.

Should not be a problem during nominal operation the next Decades, but assume a resetted system which reboots and starts it's life at 0x00000000 1970-01-01.

Time Concersion between unix and ccsds should probably check validity. Should not be a problem during nominal operation the next Decades, but assume a resetted system which reboots and starts it's life at 0x00000000 1970-01-01.
Author
Owner

Which time conversion functions exactly are you referring to?

Which time conversion functions exactly are you referring to?
muellerr added 1 commit 2022-12-22 23:45:22 +01:00
improve tests
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
f137bd2549
muellerr added 1 commit 2023-01-09 11:07:10 +01:00
make pfield public
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
192e2f2c76
muellerr added 1 commit 2023-01-09 11:07:58 +01:00
rename pfield preamble constant, add for CUC
Some checks failed
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
ec8a2e1d24
muellerr added 1 commit 2023-01-09 11:10:48 +01:00
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
Some checks failed
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
6c88e94742
muellerr added 1 commit 2023-01-09 11:12:51 +01:00
Merge branch 'main' into add_cuc_time_impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
4c20158dcc
muellerr merged commit 1b45082ace into main 2023-01-09 11:14:42 +01:00
muellerr deleted branch add_cuc_time_impl 2023-01-09 11:14:44 +01:00
Sign in to join this conversation.
No description provided.