| 208 | } |
| 209 | |
| 210 | int PlaybackFileBoard::release_session () |
| 211 | { |
| 212 | if (initialized) |
| 213 | { |
| 214 | stop_stream (); |
| 215 | free_packages (); |
| 216 | initialized = false; |
| 217 | } |
| 218 | file_offsets.clear (); |
| 219 | return (int)BrainFlowExitCodes::STATUS_OK; |
| 220 | } |
| 221 | |
| 222 | void PlaybackFileBoard::read_thread (int preset, std::string file) |
| 223 | { |
nothing calls this directly
no test coverage detected