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
Rust/spacepackets/pipeline/head There was a failure building this commit Details
3fa43d46f9
bump changelog
Rust/spacepackets/pipeline/head There was a failure building this commit Details
1b4934e865
Merge branch 'add_error_impls_for_std_feature' into improve_cds_short_impl
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
04073a29af
Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
7f607be5f3
add some missing derives
Rust/spacepackets/pipeline/head This commit looks good Details
4d64394637
split up large source file
Rust/spacepackets/pipeline/head This commit looks good Details
5958d19eb4
continue cuc impl
muellerr added 2 commits 2022-12-09 17:23:21 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
bccbdf65a3
basic impl done, add first unittests
muellerr added 1 commit 2022-12-09 17:33:26 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
7615e40e43
basic docs
muellerr added 1 commit 2022-12-10 16:34:58 +01:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
e155ddbcb0
add more tests and additional check
muellerr added 1 commit 2022-12-10 16:42:21 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
d889826b79
remove duplicate function
muellerr added 1 commit 2022-12-10 17:39:13 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
1d9329ad63
this should cover most basic cases
muellerr added 1 commit 2022-12-10 18:08:59 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
6341cf35d3
added doc test / example as well
muellerr added 1 commit 2022-12-10 18:18:37 +01:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
f73edd71fd
better structure
muellerr added 1 commit 2022-12-10 18:23:46 +01:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
93159dae45
some more docs
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
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
ef963187ac
update changelog
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
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
fc05eaa925
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
muellerr added 1 commit 2022-12-19 00:01:05 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
177ddba9c5
clippy fixes
muellerr added 1 commit 2022-12-20 16:22:04 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
7e763fe055
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
muellerr added 1 commit 2022-12-20 16:27:53 +01:00
Rust/spacepackets/pipeline/head There was a failure building this commit Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
f641248ac2
add PR link
muellerr added 1 commit 2022-12-21 01:00:49 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
3828a98c76
important bugfix
muellerr added 1 commit 2022-12-21 01:03:08 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
14fa1bad92
add TODO
muellerr added 1 commit 2022-12-21 09:37:56 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
472bfa9964
add floating point division code
muellerr added 1 commit 2022-12-21 09:46:50 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
83e2cad753
cargo fmt
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
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
f137bd2549
improve tests
muellerr added 1 commit 2023-01-09 11:07:10 +01:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
192e2f2c76
make pfield public
muellerr added 1 commit 2023-01-09 11:07:58 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
ec8a2e1d24
rename pfield preamble constant, add for CUC
muellerr added 1 commit 2023-01-09 11:10:48 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
6c88e94742
Merge remote-tracking branch 'origin/main' into add_cuc_time_impl
muellerr added 1 commit 2023-01-09 11:12:51 +01:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
4c20158dcc
Merge branch 'main' into add_cuc_time_impl
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.