0.4.3
DeviceParameter.h
浏览该文件的文档.
1//
2// Created by ALSON08 on 2022/7/28.
3//
4
5#ifndef ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_PARAMETER_H
6#define ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_PARAMETER_H
7
8
9// std
10#include <string>
11
12
13namespace ALSON {
14
16
26 std::string definition;
27
38
48 std::string value;
49
59 std::string id;
60
71
74
79};
80
81} //namespace ALSON
82
83
84#endif // !ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_PARAMETER_H
DeviceParameter(DeviceParameter &&)=default
DeviceParameter & operator=(const DeviceParameter &)=default
DeviceParameter & operator=(DeviceParameter &&)=default
DeviceParameter(const DeviceParameter &)=default
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd 河南埃尔森智能科技有限公司 版权所有 豫ICP备15002212号