📄 twonodecomm.nc
字号:
configuration TwoNodeComm { }
implementation {
components Main,TwoNodeCommM,DataServer,GenericComm as Comm,TimerStart;
Main.StdControl -> TwoNodeCommM;
Main.StdControl -> TimerStart;
TwoNodeCommM.ProcessData -> DataServer.ProcessData;
TwoNodeCommM.CommControl -> Comm;
TwoNodeCommM.SendMsg -> Comm.SendMsg[8];
TwoNodeCommM.ReceiveMsg -> Comm.ReceiveMsg[8];
TwoNodeCommM.Timer -> TimerStart.Timer;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -