object
ccsds_cuc(CoarseOctets,FineOctets,Epoch)
CoarseOctets- Number of coarse time octets.FineOctets- Number of fine time octets.Epoch- Epoch used when converting to and from Unix seconds. Supported values areccsds_epochandunix_epoch.
CCSDS unsegmented time code parser and generator.
Availability:
logtalk_load(ccsds_time_codes(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-05-08
Compilation flags:
static, context_switching_callsRemarks:
(none)
Inherited public predicates:
Public predicates
coarse/2
Extracts the coarse field from a CUC time term.
Compilation flags:
staticTemplate:
coarse(TimeCode,Coarse)Mode and number of proofs:
coarse(+compound,-integer) - onefine/2
Extracts the fine field from a CUC time term.
Compilation flags:
staticTemplate:
fine(TimeCode,Fine)Mode and number of proofs:
fine(+compound,-integer) - oneProtected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)