g0b1vetx-board/Application/simuflow.h
2584532475@qq.com 0f40dd8b17 网络自适应
2024-09-10 11:51:07 +08:00

16 lines
153 B
C

#ifndef _SIM_FLOW_H
#define _SIM_FLOW_H
void SimuFlowInit(void);
int32_t ParShallCalc(double leve);
int32_t WaterLeveCalc(double leve);
#endif