Did you know ... Search Documentation:
Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/ccsds_tc_frames_3.rst.txt

.. index:: single: ccsds_tc_frames(FrameLength,SegmentHeaderLength,HasFECF) .. _ccsds_tc_frames/3:

.. rst-class:: right

object

ccsds_tc_frames(FrameLength,SegmentHeaderLength,HasFECF)

Public predicates

.. index:: bypass_flag/2 .. _ccsds_tc_frames/3::bypass_flag/2:

bypass_flag/2 ^^^^^^^^^^^^^^^^^

Extracts the bypass flag value.

| Compilation flags: | static

| Template: | bypass_flag(Frame,Flag) | Mode and number of proofs: | bypass_flag(+compound,-integer) - one


.. index:: control_command_flag/2 .. _ccsds_tc_frames/3::control_command_flag/2:

control_command_flag/2 ^^^^^^^^^^^^^^^^^^^^^^^^^^

Extracts the control command flag value.

| Compilation flags: | static

| Template: | control_command_flag(Frame,Flag) | Mode and number of proofs: | control_command_flag(+compound,-integer) - one


.. index:: sequence_number/2 .. _ccsds_tc_frames/3::sequence_number/2:

sequence_number/2 ^^^^^^^^^^^^^^^^^^^^^

Extracts the frame sequence number.

| Compilation flags: | static

| Template: | sequence_number(Frame,SequenceNumber) | Mode and number of proofs: | sequence_number(+compound,-integer) - one


.. index:: segment_header/2 .. _ccsds_tc_frames/3::segment_header/2:

segment_header/2 ^^^^^^^^^^^^^^^^^^^^

Extracts the optional segment header. Returns none when absent.

| Compilation flags: | static

| Template: | segment_header(Frame,SegmentHeader) | Mode and number of proofs: | segment_header(+compound,-compound) - one


.. index:: update_fecf/2 .. _ccsds_tc_frames/3::update_fecf/2:

update_fecf/2 ^^^^^^^^^^^^^^^^^

Computes the correct telecommand transfer frame FECF for the selected object configuration and returns the corresponding updated frame term.

| Compilation flags: | static

| Template: | update_fecf(Frame,UpdatedFrame) | Mode and number of proofs: | update_fecf(+compound,-compound) - one_or_error


.. index:: verify_fecf/1 .. _ccsds_tc_frames/3::verify_fecf/1:

verify_fecf/1 ^^^^^^^^^^^^^^^^^

True if the telecommand transfer frame term contains the correct FECF for the selected object configuration.

| Compilation flags: | static

| Template: | verify_fecf(Frame) | Mode and number of proofs: | verify_fecf(@compound) - zero_or_one


Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)