State machine for Simulator
Hi all I am working for the simulator of the gateway.gateway is a device which is connected with camera and stream video to the server whenever server request it.
Each gateway is connected with more than one camrea. Simulator can simulate 1000 gateway.
Now here each gateway has state like booting,disconnected,ready etc....so I have created state transition diagram for that but Will there be any state transition for simulator as 开发者_C百科well. I dont know my question is correct or not.
I would say no. Normally in discrete-event simulation the simulation itself isn't represented as an object, nor does the overall simulation have distinct states of its own.
精彩评论