javamanager/javacaptain/src/rtc.h
changeset 26 dc7c549001d5
parent 21 2a9601315dfc
equal deleted inserted replaced
23:98ccebc37403 26:dc7c549001d5
    96     bool routeMessage(CommsMessage& aMessage, const int& aRuntimeAddress);
    96     bool routeMessage(CommsMessage& aMessage, const int& aRuntimeAddress);
    97     void routeMessageToAll(CommsMessage& aMessage);
    97     void routeMessageToAll(CommsMessage& aMessage);
    98 
    98 
    99     void launchPrewarm();
    99     void launchPrewarm();
   100     void stopPrewarm();
   100     void stopPrewarm();
       
   101     bool isPrewarmSupported();
   101 
   102 
   102 private:
   103 private:
   103     // Internal versions supporting CommsMessage based extra indiation options
   104     // Internal versions supporting CommsMessage based extra indiation options
   104     bool launch(const rtcLaunchInfo& aLaunchInfo, const int& aOptions, CommsMessage& aRequester);
   105     bool launch(const rtcLaunchInfo& aLaunchInfo, const int& aOptions, CommsMessage& aRequester);
   105     bool terminate(const rtcTerminateInfo& aTerminateInfo, const int& aOptions, CommsMessage& aRequester);
   106     bool terminate(const rtcTerminateInfo& aTerminateInfo, const int& aOptions, CommsMessage& aRequester);