123456789101112131415161718192021 |
- #ifndef __BTS_IDCHECK_H__
- #define __BTS_IDCHECK_H__
- #include "../../sysdefine/sysdef.h"
- #include "../../exchange/exchange.h"
- void bts_idcheck_main(BTS_ID_JUDGEMENT_MAIN_BTS_T *pstJudgementMainBtsList, PUB_LCT_BTS_LIST_T *pstLctBtsList);
- uint8 bts_idcheck_check_nearby_bts(BTS_INSTALL_BTS_T stMainBtsData, BTS_INSTALL_BTS_LIST_T *pstInstallBtsList, BTS_ID_JUDGEMENT_MAIN_BTS_T *pstJudgementMainBtsList);
- flt32 bts_idcheck_cal_pp_distance(int32 x1, int32 y1, int32 x2, int32 y2);
- void bts_idcheck_gen_location_bts(uint8 byShiftTimes, BTS_INSTALL_BTS_T stMainBtsData, BTS_INSTALL_BTS_LIST_T *pstInstallBtsList, PUB_LCT_BTS_LIST_T *pstLocationGroup);
- #endif
|