Subversion Repositories HomeAutomation

Rev

Rev 1971 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1971 Rev 2164
Line 62... Line 62...
62
 
62
 
63
  void SendMessage(std::string full_id, std::string command, common::StringMap variables);
63
  void SendMessage(std::string full_id, std::string command, common::StringMap variables);
64
  common::StringList GetAvailableModules();
64
  common::StringList GetAvailableModules();
65
 
65
 
66
  common::StringList GetAvailableNodes();
66
  common::StringList GetAvailableNodes();
-
 
67
  unsigned int GetProgramProgress(Node::Id node_id);
67
  bool ProgramNode(Node::Id node_id, bool is_bios, std::string filename);
68
  bool ProgramNode(Node::Id node_id, bool is_bios, std::string filename);
68
  bool ProgramNodeHex(Node::Id node_id, bool is_bios, std::string hex_data);
69
  bool ProgramNodeHex(Node::Id node_id, bool is_bios, std::string hex_data);
69
  bool ResetNode(Node::Id node_id);
70
  bool ResetNode(Node::Id node_id);
70
  Node::Information GetNodeInformation(Node::Id node_id);
71
  Node::Information GetNodeInformation(Node::Id node_id);
71
   
72