Rev 1657 | Rev 1887 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1657 | Rev 1665 | ||
|---|---|---|---|
| Line 65... | Line 65... | ||
| 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 ResetNode(Node::Id node_id); |
69 | bool ResetNode(Node::Id node_id); |
| - | 70 | Node::Information GetNodeInformation(Node::Id node_id); |
|
| 70 | 71 | ||
| 71 | private: |
72 | private: |
| 72 | static Pointer instance_; |
73 | static Pointer instance_; |
| 73 | 74 | ||
| 74 | timer::TimerId timer_id_; |
75 | timer::TimerId timer_id_; |