瀏覽代碼

waterDataStatisticsCrossAssociation rtuDataOperation.h 邵敏 commit at 2021-04-20

邵敏 4 年之前
父節點
當前提交
ef38b4f6de
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      waterDataStatisticsCrossAssociation/databaseOperation/rtuDataOperation.h

+ 11 - 0
waterDataStatisticsCrossAssociation/databaseOperation/rtuDataOperation.h

@@ -378,3 +378,14 @@
 #define	TX_BROAD_CNT      0x00000800    /* Broadcast TX Frames Sent                               */
 #define	TX_EXDEF_CTL      0x00001000    /* TX Frames With Excessive Deferral                      */
 #define	TX_MACCTL_CNT     0x00002000    /* MAC Control TX Frames Sent                             */
+#define	TX_ALLF_CNT       0x00004000    /* All TX Frames Sent                                     */
+#define	TX_ALLO_CNT       0x00008000    /* All TX Octets Sent                                     */
+#define	TX_EQ64_CNT       0x00010000    /* 64-Byte TX Frames Sent                                 */
+#define	TX_LT128_CNT      0x00020000    /* 65-127-Byte TX Frames Sent                             */
+#define	TX_LT256_CNT      0x00040000    /* 128-255-Byte TX Frames Sent                            */
+#define	TX_LT512_CNT      0x00080000    /* 256-511-Byte TX Frames Sent                            */
+#define	TX_LT1024_CNT     0x00100000    /* 512-1023-Byte TX Frames Sent                           */
+#define	TX_GE1024_CNT     0x00200000    /* 1024-Max-Byte TX Frames Sent                           */
+#define	TX_ABORT_CNT      0x00400000    /* TX Frames Aborted                                      */
+
+#endif /* _DEF_BF527_H */