Rev 1604 | Rev 1625 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1604 | Rev 1614 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | void InitializeDone(); |
44 | void InitializeDone(); |
| 45 | 45 | ||
| 46 | private: |
46 | private: |
| 47 | static logging::Logger LOG; |
47 | static logging::Logger LOG; |
| 48 | 48 | ||
| - | 49 | void SlotOnNodeChange(unsigned int node_id, bool available); |
|
| 49 | void SlotOnModuleChange(std::string full_id, bool available); |
50 | void SlotOnModuleChange(std::string full_id, bool available); |
| 50 | void SlotOnModuleMessage(std::string full_id, std::string command, type::StringMap variables); |
51 | void SlotOnModuleMessage(std::string full_id, std::string command, type::StringMap variables); |
| 51 | 52 | ||
| 52 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
53 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
| 53 | static Value Export_IsModuleAvailable(const v8::Arguments& args); |
54 | static Value Export_IsModuleAvailable(const v8::Arguments& args); |