| 123 | |
| 124 | |
| 125 | ValueBuffer * Controller::valueBuffer() |
| 126 | { |
| 127 | if( m_bufferLastUpdated != s_periods ) |
| 128 | { |
| 129 | updateValueBuffer(); |
| 130 | } |
| 131 | return &m_valueBuffer; |
| 132 | } |
| 133 | |
| 134 | |
| 135 | void Controller::updateValueBuffer() |
no outgoing calls
no test coverage detected