CCSDS
|
Class which implements a Frame Acceptance and Reporting Mechanism (FARM) on the spacecraft. More...
#include <tmtc_client.h>
Static Public Attributes | |
static const uint8_t | MaxTcChannels = TMTC_MAX_TC_CHANNELS |
static const uint8_t | MaxTmChannels = TMTC_MAX_TM_CHANNELS |
Class which implements a Frame Acceptance and Reporting Mechanism (FARM) on the spacecraft.
The purpose of this class is to integrate the CCSDS protocol classes and allow an easy usage of it.
This class integrates the transferframe tc and tm classes, handles the frame counters on the downlink side and implements the frame acceptance and reporting mechanism (FARM) to ensure a reliable uplink connection to the spacecraft.
For a simple example how to use this class, see the Arduino example tmtc_client_standalone.