27 lines
415 B
C++
27 lines
415 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_ */
|