AM64x MCU+ SDK  08.03.00
hsrPrp_red_defs.h
Go to the documentation of this file.
1 
39 #ifndef RED_DEFS_H_
40 #define RED_DEFS_H_
41 
42 #ifdef __cplusplus
43 extern "C"
44 {
45 #endif
46 
47 
48 /* ========================================================================== */
49 /* Macros & Typedefs */
50 /* ========================================================================== */
51 
52 #define IEC62439_CONST_REM_NODE_TYPE_DANP (0)
53 #define IEC62439_CONST_REM_NODE_TYPE_REDBOXP (1)
54 #define IEC62439_CONST_REM_NODE_TYPE_VDANP (2)
55 #define IEC62439_CONST_REM_NODE_TYPE_DANH (3)
56 #define IEC62439_CONST_REM_NODE_TYPE_REDBOXH (4)
57 #define IEC62439_CONST_REM_NODE_TYPE_VDANH (5)
58 #define IEC62439_CONST_REM_NODE_TYPE_SAN (6)
59 
60 #define IEC62439_CONST_DUPLICATE_ACCEPT (1)
61 #define IEC62439_CONST_DUPLICATE_DISCARD (2)
62 
63 #define IEC62439_CONST_TRANSPARENT_RECEPTION_REMOVE_RCT (1)
64 #define IEC62439_CONST_TRANSPARENT_RECEPTION_PASS_RCT (2)
65 
66 
67 #ifdef __cplusplus
68 }
69 #endif
70 
71 #endif /* RED_DEFS_H_ */