河北水利局项目

This commit is contained in:
2025-12-15 16:07:49 +08:00
commit f11a7c2b95
1146 changed files with 452892 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifndef __METERSELTABLE_H__
#define __METERSELTABLE_H__
#include "include.h"
void meterseltable_init();
bool meterseltable_find(const u8 * addr,u16 * index);
void meterseltable_add(const u8 * addr,const u8 type);
u8 * meterseltable_getadddr(u16 index);
u16 meterseltable_getnum();
#endif