generated event translation files

This commit is contained in:
2021-05-17 19:39:35 +02:00
committed by Robin Mueller
parent 3b012d3a64
commit 3dca311baa
15 changed files with 678 additions and 216 deletions

View File

@ -53,7 +53,7 @@ namespace PLOC {
*
* @details The last two bytes of the packet data field contain a CRC calculated over the whole
* space packet. This is the CRC-16-CCITT as specified in
* ECSS-E-ST-70-41C <20> Telemetry and telecommand packet utilization.
* ECSS-E-ST-70-41C Telemetry and telecommand packet utilization.
*/
class TcMemRead : public SpacePacket {
public:
@ -107,7 +107,7 @@ namespace PLOC {
* the PLOC.
* @details The last two bytes of the packet data field contain a CRC calculated over the whole
* space packet. This is the CRC-16-CCITT as specified in
* ECSS-E-ST-70-41C <20> Telemetry and telecommand packet utilization.
* ECSS-E-ST-70-41C Telemetry and telecommand packet utilization.
*/
class TcMemWrite : public SpacePacket {
public: