From 4c85b5d951e15dd469250b12edc1e202d46ff210 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 27 Mar 2023 15:10:35 +0200 Subject: [PATCH] add some docs --- mission/com/CcsdsIpCoreHandler.h | 4 ++++ tmtc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mission/com/CcsdsIpCoreHandler.h b/mission/com/CcsdsIpCoreHandler.h index e0c6f25c..0fad0aae 100644 --- a/mission/com/CcsdsIpCoreHandler.h +++ b/mission/com/CcsdsIpCoreHandler.h @@ -36,6 +36,10 @@ struct PtmeGpios { * programmable logic of the Q7S. * * @details + * From a system view, OFF means that the transmitter is off, on means that the transmitter is on. + * The handler will only take care of the IP configuration, the actual swithing and configuration + * of the COM hardware (Syrlinks for the EIVE project) will be done in a separate device handler. + * * After reboot default CADU bitrate is always set to 100 kbps (results in downlink rate * of 200 kbps due to convolutional code added by syrlinks transceiver). The IP core handler exposes * a parameter to enable the priority selection mode for the PTME core. diff --git a/tmtc b/tmtc index f6fcb2fb..333faaa5 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit f6fcb2fb282d79b1e250722eba46a319603b0232 +Subproject commit 333faaa5f70646bfde1101f8e0538505574d1d7e -- 2.43.0