|
knowL: Knowledge Libraries
|


Classes | |
| struct | DataInfo |
| struct | Status |
Public Member Functions | |
| void | run () override |
| void | handle (const DataControl &_control) |
Public Attributes | |
| QString | name |
| QString | dataset |
| QStringList | receivers |
| AbstractSendingCommunicationInterface * | sendingInterface |
| Interfaces::SendIterator * | iterator |
| bool | running = false |
| int | sleep = 200 |
| double | sleep_average = 200 |
| int | sleep_count_update = 1 |
| quint32 | next_seq = 0 |
| QMutex | statusMutex |
| QHash< QString, Status > | statuses |
| int | seq |
| QHash< quint32, DataInfo > | seq2data |