0.4.3
首页
相关页面
专题
命名空间
类
文件
文件列表
文件成员
alson
alson
communication_base
entity
DeviceInfo.h
浏览该文件的文档.
1
//
2
// Created by ALSON08 on 2022/8/25.
3
//
4
5
#ifndef ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_INFO_H
6
#define ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_INFO_H
7
8
9
// std
10
#include <string>
11
12
13
namespace
ALSON
{
14
15
struct
DeviceInfo
{
16
std::string
deviceSerialNumber
;
17
std::string
deviceType
;
18
};
19
20
}
// namespace ALSON
21
22
23
#endif
// !ALSON_COMMUNICATION_BASE_ENTITY_DEVICE_INFO_H
ALSON
定义
AlsonMat.h:99
ALSON::DeviceInfo
定义
DeviceInfo.h:15
ALSON::DeviceInfo::deviceType
std::string deviceType
定义
DeviceInfo.h:17
ALSON::DeviceInfo::deviceSerialNumber
std::string deviceSerialNumber
定义
DeviceInfo.h:16
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd
河南埃尔森智能科技有限公司
版权所有 豫ICP备15002212号