Skip to content
  • Mirko Stoffers's avatar
    Moved cAsyncModule functionality to cSimpleModule, dropped cAsyncModule · fbe00e73
    Mirko Stoffers authored
    We eliminated the need for special cAsyncModule objects
    since it is more convenient to just stick to cSimpleModule in the
    model implementation and active Horizon through omnetpp.ini switches.
    
    This means, that you need to change all inheritances of cAsyncModule
    to cSimpleModule for your Horizon-enabled models. For new models, you
    can use Horizon w/o changing cSimpleModule to cAsyncModule.
    fbe00e73