Squashed 'libs/CommService/' changes from 7ccc0fc..e3612a5

e3612a5 FIX: fixed the termination of the processes

git-subtree-dir: libs/CommService
git-subtree-split: e3612a55032895575a2f3394511d6c09b2a98988
This commit is contained in:
Henry Winkel
2022-09-15 11:15:23 +02:00
parent cc67e4840f
commit 80dc1ab043
6 changed files with 34 additions and 50 deletions

View File

@@ -1,7 +1,13 @@
#ifndef __PAYLOADS_LEAVE__
#define __PAYLOADS_LEAVE__
/**
* @file
* @brief main header file for the Leave payload
* @author Henry Winkel
* @date 15.09.2022
* @copyright
*/
#include <CommService/transmittable.hpp>
#include <cstdint>
#include <vector>