| 105 | } |
| 106 | |
| 107 | void LogicSnapshot::clear() |
| 108 | { |
| 109 | std::lock_guard<std::mutex> lock(_mutex); |
| 110 | free_data(); |
| 111 | init_all(); |
| 112 | } |
| 113 | |
| 114 | void LogicSnapshot::first_payload(const sr_datafeed_logic &logic, uint64_t total_sample_count, GSList *channels, bool able_free) |
| 115 | { |
no outgoing calls
no test coverage detected