This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Super loop

what is Super loop in Embedded systems?

Parents
  • No, I do not think it is short for supervisor loop.

    "Super" is very likely used in the same sense as for superclass/subclass in object-oriented programming.

    In this case, it represents the outhermost loop in the program and will call functions that contains small loops that may eat all pending characters from receive buffers etc. The main loop is the superloop and the other loops are subloops.

Reply
  • No, I do not think it is short for supervisor loop.

    "Super" is very likely used in the same sense as for superclass/subclass in object-oriented programming.

    In this case, it represents the outhermost loop in the program and will call functions that contains small loops that may eat all pending characters from receive buffers etc. The main loop is the superloop and the other loops are subloops.

Children