Rev 1788 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1788 | Rev 2164 | ||
|---|---|---|---|
| Line 107... | Line 107... | ||
| 107 | void ResetTimeout(); |
107 | void ResetTimeout(); |
| 108 | 108 | ||
| 109 | void ProgramApplication(Code::Pointer code); |
109 | void ProgramApplication(Code::Pointer code); |
| 110 | void ProgramBios(Code::Pointer code); |
110 | void ProgramBios(Code::Pointer code); |
| 111 | void Reset(); |
111 | void Reset(); |
| - | 112 | ||
| - | 113 | unsigned int GetProgramProgress(); |
|
| 112 | 114 | ||
| 113 | private: |
115 | private: |
| 114 | typedef std::map<Event, State> Transition; |
116 | typedef std::map<Event, State> Transition; |
| 115 | typedef std::map<State, Transition> TransitionList; |
117 | typedef std::map<State, Transition> TransitionList; |
| 116 | 118 | ||