* @brief Resets the engine to an unloaded state, dropping the configured template. */
| 308 | * @brief Resets the engine to an unloaded state, dropping the configured template. |
| 309 | */ |
| 310 | void DataModel::CFrameParser::reset() |
| 311 | { |
| 312 | m_parser.reset(); |
| 313 | m_templateId.clear(); |
| 314 | m_lastError.clear(); |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * @brief Stores the load error and reports it via message box or warning log. |
no test coverage detected