2021-03-12 16:47:55 +01:00
|
|
|
#ifndef FSFW_OSAL_LINUX_TCPIPHELPERS_H_
|
|
|
|
#define FSFW_OSAL_LINUX_TCPIPHELPERS_H_
|
|
|
|
|
|
|
|
#include "../../timemanager/clockDefinitions.h"
|
2021-03-12 18:06:24 +01:00
|
|
|
#include "../common/tcpipCommon.h"
|
2021-03-12 16:47:55 +01:00
|
|
|
|
|
|
|
namespace tcpip {
|
|
|
|
|
|
|
|
|
|
|
|
void handleError(Protocol protocol, ErrorSources errorSrc, dur_millis_t sleepDuration = 0);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* FSFW_OSAL_LINUX_TCPIPHELPERS_H_ */
|