27 lines
419 B
C++
27 lines
419 B
C++
/*
|
||
* BinaryCrcProtect.hh
|
||
*
|
||
* Created on: 21 мая 2023 г.
|
||
* Author: titov
|
||
*/
|
||
|
||
#ifndef UMLIBRARY_DRIVER_BINARYCRCPROTECT_HH_
|
||
#define UMLIBRARY_DRIVER_BINARYCRCPROTECT_HH_
|
||
|
||
#include "../systemic/IProcess.hh"
|
||
#include "../communication/format/BinaryDataPublisher.hh"
|
||
|
||
#include <memory_resource>
|
||
#include <vector>
|
||
#include <mutex>
|
||
|
||
namespace driver {
|
||
|
||
}
|
||
|
||
|
||
|
||
|
||
|
||
#endif /* UMLIBRARY_DRIVER_BINARYCRCPROTECT_HH_ */
|