fsfw/src/fsfw/osal
Robin Müller 371ff931bf
Linux CommandExecutor
The CommandExecutor helper class can execute shell commands in blocking and non-blocking mode
This class is able to execute processes by using the Linux popen call. It also has the capability of writing
the read output of a process into a provided ring buffer.

The executor works by first loading the command which should be executed and specifying whether
it should be executed blocking or non-blocking. After that, execution can be started with the execute call.

Using non-blocking mode allows to execute commands which might take a longer time in the background,
and allowing the user thread to check completion status with the check function

Moved to HAL like requested in code review and unit tested with failing commands as well.
Also, Linux HAL components are compiled by default now unless explicitely disabled.
2022-01-26 12:11:52 +01:00
..
common tcp server also parses TCs when client closes connection 2021-10-09 13:31:51 +02:00
freertos Merge remote-tracking branch 'origin/development' into mueller/master 2021-07-27 13:12:00 +02:00
host trying to fuse header / inc 2021-07-19 16:25:51 +02:00
linux Linux CommandExecutor 2022-01-26 12:11:52 +01:00
rtems added binary semaphore header stub 2021-07-19 18:40:35 +02:00
windows trying to fuse header / inc 2021-07-19 16:25:51 +02:00
CMakeLists.txt trying to fuse header / inc 2021-07-19 16:25:51 +02:00
Endiness.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
InternalErrorCodes.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00