simulationg.nc

来自「tinyos密钥管理组件 用在tinyos仿真里的」· NC 代码 · 共 26 行

NC
26
字号
configuration SimulationG {}implementation {  components Main,SimulationGM,SecPrimitiveC,SetupServerGM,RandomM,SensorGM,GenericComm,ComputeKeyM16,ChannelM;  Main.StdControl -> ChannelM.StdControl;  Main.StdControl -> SimulationGM;  SimulationGM.Sensor -> SensorGM;  SimulationGM.SetupServer->SetupServerGM;  SetupServerGM.Primitive->SecPrimitiveC;  SetupServerGM.Random->RandomM;    SensorGM.Channel -> ChannelM;  SensorGM.ComputeKey -> ComputeKeyM16;  SensorGM.Primitive->SecPrimitiveC;  ChannelM.RadioControl -> GenericComm;  ChannelM.SendMsg -> GenericComm.SendMsg[4];  ChannelM.ReceiveMsg -> GenericComm.ReceiveMsg[4];}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?