Rev 1642 | Rev 1647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1642 | Rev 1644 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | void SlotOnNodeChangeHandler(unsigned int node_id, bool available); |
53 | void SlotOnNodeChangeHandler(unsigned int node_id, bool available); |
| 54 | void SlotOnModuleChangeHandler(std::string full_id, bool available); |
54 | void SlotOnModuleChangeHandler(std::string full_id, bool available); |
| 55 | void SlotOnModuleMessageHandler(std::string full_id, std::string command, common::StringMap variables); |
55 | void SlotOnModuleMessageHandler(std::string full_id, std::string command, common::StringMap variables); |
| 56 | 56 | ||
| 57 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
57 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
| 58 | static Value |
58 | static Value Export_GetAvailableModules(const v8::Arguments& args); |
| 59 | static Value Export_ProgramNode(const v8::Arguments& args); |
59 | static Value Export_ProgramNode(const v8::Arguments& args); |
| 60 | }; |
60 | }; |
| 61 | 61 | ||
| 62 | }; // namespace plugin |
62 | }; // namespace plugin |
| 63 | }; // namespace vm |
63 | }; // namespace vm |