0.4.3
serialize.h
浏览该文件的文档.
1//
2// Created by ALSON08 on 2022/7/26.
3//
4
5#ifndef ALSON_COMMUNICATION_BASE_SERIALIZE_H
6#define ALSON_COMMUNICATION_BASE_SERIALIZE_H
7
8
11
12#ifdef ALSON_COMMUNICATION_BASE
13# include <boost/serialization/vector.hpp>
14# include <boost/serialization/unordered_map.hpp>
15# include <alson/communication_base/serialize/device_info.h>
16# include <alson/communication_base/serialize/device_detail.h>
17# include <alson/communication_base/serialize/device_parameter.h>
18# include <alson/communication_base/serialize/client_register_info.h>
19#endif
20
21#ifdef ALSON_COMMUNICATION_SERVER
22# include <alson/communication_base/serialize/nlohmann_json.h>
23#endif
24
25#ifdef ALSON_COMMUNICATION_TJ
26# include <alson/communication_base/entity/TJSequentialPointCloud.h>
27# include <alson/communication_base/serialize/tj_sequential_point_cloud.h>
28#endif
29
30
31#endif // !ALSON_COMMUNICATION_BASE_SERIALIZE_H
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd 河南埃尔森智能科技有限公司 版权所有 豫ICP备15002212号