extern UINT16 nwk_event_loop( byte task_id, UINT16 events );
时间:10-02
整理:3721RD
点击:
const pTaskEventHandlerFn tasksArr[] = {
macEventLoop, nwk_event_loop,
Hal_ProcessEvent,
#if defined( MT_TASK )
MT_ProcessEvent,
#endif
APS_event_loop, #if defined ( ZIGBEE_FRAGMENTATION )
APSF_ProcessEvent,
#endif
ZDApp_event_loop,
#if defined ( ZIGBEE_FREQ_AGILITY ) || defined ( ZIGBEE_PANID_CONFLICT )
ZDNwkMgr_event_loop,
#endif
#if defined( INTER_PAN )
StubAPS_ProcessEvent,
#endif
zcl_event_loop,
zllTarget_event_loop,
zllSampleLight_event_loop
};
请问标红的这些函数的实现在哪儿呢,跳转过去只有函数的声明。
nwk_event_loop extern events task_id byte 相关文章:
- 新人,不太理解有关于tasksArr中的nwk_event_loop的处理
- 编译出错undefined external "devState" referred in ZDApp
- Error: Undefined external "?V1" referred in AF 求解决,谢谢!
- Error: Undefined external "debug_str::?relay" referred in hal_lcd
- Z-Stack SampleRemote层里 定时events事件用满了怎么办?
- RTOS_RegisterApp( task_id, GENERICAPP_RTOS_MSG_EVT )该事件做什么用
