OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
devicedata.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2018, Rockwell Automation, Inc.
3  * All rights reserved.
4  *
5  ******************************************************************************/
6 
7 #ifndef DEVICE_DATA_H_
8 #define DEVICE_DATA_H_
9 
10 #define OPENER_DEVICE_VENDOR_ID 1
11 #define OPENER_DEVICE_TYPE 12
12 #define OPENER_DEVICE_PRODUCT_CODE 65001
13 #define OPENER_DEVICE_MAJOR_REVISION 2
14 #define OPENER_DEVICE_MINOR_REVISION 1
15 #define OPENER_DEVICE_NAME ("OpENer PC")
16 
17 #endif /* DEVICE_DATA_H_ */