Rev 1026 | Rev 1060 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1026 | Rev 1042 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | 55 | ||
| 56 | bool loadScript(string scriptName); |
56 | bool loadScript(string scriptName); |
| 57 | bool loadDataStore(string storeName); |
57 | bool loadDataStore(string storeName); |
| 58 | 58 | ||
| 59 | unsigned int startIntervalThread(unsigned int timeout); |
59 | unsigned int startIntervalThread(unsigned int timeout); |
| - | 60 | bool setIntervalThreadTimeout(unsigned int id, unsigned int timeout); |
|
| 60 | bool stopIntervalThread(unsigned int id); |
61 | bool stopIntervalThread(unsigned int id); |
| 61 | 62 | ||
| 62 | unsigned int startSocketThread(string address, int port, unsigned int reconnectTimeout); |
63 | unsigned int startSocketThread(string address, int port, unsigned int reconnectTimeout); |
| 63 | bool stopSocketThread(unsigned int id); |
64 | bool stopSocketThread(unsigned int id); |
| 64 | void sendToSocketThread(unsigned int id, string data); |
65 | void sendToSocketThread(unsigned int id, string data); |
| Line 74... | Line 75... | ||
| 74 | static Handle<Value> _sendCanMessage(const Arguments& args); |
75 | static Handle<Value> _sendCanMessage(const Arguments& args); |
| 75 | static Handle<Value> _sendCanNMTMessage(const Arguments& args); |
76 | static Handle<Value> _sendCanNMTMessage(const Arguments& args); |
| 76 | static Handle<Value> _loadScript(const Arguments& args); |
77 | static Handle<Value> _loadScript(const Arguments& args); |
| 77 | static Handle<Value> _stopIntervalThread(const Arguments& args); |
78 | static Handle<Value> _stopIntervalThread(const Arguments& args); |
| 78 | static Handle<Value> _startIntervalThread(const Arguments& args); |
79 | static Handle<Value> _startIntervalThread(const Arguments& args); |
| - | 80 | static Handle<Value> _setIntervalThreadTimeout(const Arguments& args); |
|
| 79 | static Handle<Value> _stopSocketThread(const Arguments& args); |
81 | static Handle<Value> _stopSocketThread(const Arguments& args); |
| 80 | static Handle<Value> _startSocketThread(const Arguments& args); |
82 | static Handle<Value> _startSocketThread(const Arguments& args); |
| 81 | static Handle<Value> _sendToSocketThread(const Arguments& args); |
83 | static Handle<Value> _sendToSocketThread(const Arguments& args); |
| 82 | 84 | ||
| 83 | static Handle<Value> _uint2hex(const Arguments& args); |
85 | static Handle<Value> _uint2hex(const Arguments& args); |