Subversion Repositories HomeAutomation

Rev

Rev 1665 | Rev 1971 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1665 Rev 1887
Line 64... Line 64...
64
    void SendMessage(std::string full_id, std::string command, common::StringMap variables);
64
    void SendMessage(std::string full_id, std::string command, common::StringMap variables);
65
    common::StringList GetAvailableModules();
65
    common::StringList GetAvailableModules();
66
   
66
   
67
    common::StringList GetAvailableNodes();
67
    common::StringList GetAvailableNodes();
68
    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);
-
 
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
   
72
private:
73
private:
73
    static Pointer instance_;
74
    static Pointer instance_;