| 103 | } |
| 104 | |
| 105 | void Everything::refreshDevices() |
| 106 | { |
| 107 | for(unsigned int i=0; i<m_nExecutorCount; ++i) |
| 108 | { |
| 109 | m_Executors[i]->refresh(); |
| 110 | sendStrings(); |
| 111 | } |
| 112 | |
| 113 | for (unsigned int i = 0; i<m_nSensorCount; ++i) |
| 114 | { |
| 115 | m_Sensors[i]->refresh(); |
| 116 | sendStrings(); |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | //public |
| 121 | void Everything::init() |