SDDC_Driver
Loading...
Searching...
No Matches
Core
types_cpp.h
1
#ifndef _H_TYPES_CPP
2
#define _H_TYPES_CPP
3
4
#include <string>
5
6
using namespace
std;
7
8
namespace
SDDC {
9
typedef
struct
DeviceItem
{
10
uint8_t
index
;
11
string
product
;
12
string
serial_number
;
13
}
DeviceItem
;
14
}
15
16
#endif
SDDC::DeviceItem
Definition
types_cpp.h:9
SDDC::DeviceItem::index
uint8_t index
An arbitrary index used to uniquely identify each device.
Definition
types_cpp.h:10
SDDC::DeviceItem::product
string product
The model of the SDR.
Definition
types_cpp.h:11
SDDC::DeviceItem::serial_number
string serial_number
The serial number of the SDR.
Definition
types_cpp.h:12
Generated by
1.12.0