Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos
ProxySyncEC.h
00001 #ifndef PROXY_SYNC_EXECUTION_CONTEXT 00002 #define PROXY_SYNC_EXECUTION_CONTEXT 00003 #include "ExecutionContext.h" 00004 void ProxySyncEC_init(); 00005 00006 #if 0 00007 00008 namespace RTC { 00009 class ProxySyncEC : public ExecutionContext { 00010 private: 00011 00012 public: 00013 ProxySyncEC() : ExecutionContext() {}; 00014 virtual ~ProxySyncEC(){}; 00015 00016 void start(){}; 00017 void suspend(){}; 00018 void resume(){}; 00019 }; 00020 }; 00021 #endif 00022 00023 #endif //#ifndef PROXY_SYNC_EXECUTION_CONTEXT
Generated on Fri Jul 22 2022 21:22:49 by
1.7.2