📄 localizestatic.nc
字号:
/* * LocalizeStatic.nc * David Moore <dcm@csail.mit.edu> */interface LocalizeStatic { /* Localize a sensor network with static positions. The GetDistances() * callback is used to obtain all necessary information about the * network. */ command result_t LocalizeStaticNodes(); /* Callback to get information necessary for localization. */ event int GetDistances(uint8_t o[MAX_NEIGHBORS+1], struct NodeInfo ** info, uint16_t d_norm[MAX_NEIGHBORS+1][MAX_NEIGHBORS+1]);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -