Skip to content

Struct ccsds_tm_frame_span_t

ClassList > ccsds_tm_frame_span_t

A run of CADU bits, as a half-open range [first, first + n) .More...

  • #include <ccsds_tm_frame.h>

Public Attributes

Type Name
size_t first
size_t n

Detailed Description

A stage that did not run reports n == 0, and its first is then zero as well; first is meaningful only for a stage that ran.

Public Attributes Documentation

variable first

size_t ccsds_tm_frame_span_t::first;

First CADU bit index the stage covers


variable n

size_t ccsds_tm_frame_span_t::n;

Bits covered, or 0 if the stage did not run



The documentation for this class was generated from the following file native/inc/ccsds_tm/ccsds_tm_frame.h