Rev 1887 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1887 | Rev 2164 | ||
|---|---|---|---|
| Line 50... | Line 50... | ||
| 50 | 50 | ||
| 51 | void SlotOnNodeChangeHandler(control::Node::Id node_id, bool available); |
51 | void SlotOnNodeChangeHandler(control::Node::Id node_id, bool available); |
| 52 | 52 | ||
| 53 | static Value Export_ResetNode(const v8::Arguments& args); |
53 | static Value Export_ResetNode(const v8::Arguments& args); |
| 54 | static Value Export_GetAvailableNodes(const v8::Arguments& args); |
54 | static Value Export_GetAvailableNodes(const v8::Arguments& args); |
| - | 55 | static Value Export_GetProgramProgress(const v8::Arguments& args); |
|
| 55 | static Value Export_ProgramNode(const v8::Arguments& args); |
56 | static Value Export_ProgramNode(const v8::Arguments& args); |
| 56 | static Value Export_ProgramNodeHex(const v8::Arguments& args); |
57 | static Value Export_ProgramNodeHex(const v8::Arguments& args); |
| 57 | static Value Export_GetNodeInformation(const v8::Arguments& args); |
58 | static Value Export_GetNodeInformation(const v8::Arguments& args); |
| 58 | }; |
59 | }; |
| 59 | 60 | ||