📄 simulationg.nc
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -