Rev 1644 | Rev 1657 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1644 | Rev 1646 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | Node::SetupStateMachine(); |
40 | Node::SetupStateMachine(); |
| 41 | 41 | ||
| 42 | this->active_programming_node_id_ = 0; |
42 | this->active_programming_node_id_ = 0; |
| 43 | 43 | ||
| 44 | // Nyquist–Shannon sampling theorem state that we need to double the time, modules send every 10 seconds |
44 | // Nyquist–Shannon sampling theorem state that we need to double the time, modules send every 10 seconds |
| 45 | this->timer_id_ = timer::Manager::Instance()-> |
45 | this->timer_id_ = timer::Manager::Instance()->SetTimer(20000, true); |
| 46 | } |
46 | } |
| 47 | 47 | ||
| 48 | Manager::~Manager() |
48 | Manager::~Manager() |
| 49 | { |
49 | { |
| 50 | } |
50 | } |