| 97 | } |
| 98 | |
| 99 | bool InstanceTable::instanceExist(quint8 inst) |
| 100 | { |
| 101 | VectorPair cond; |
| 102 | cond.append(CPair("instance", inst)); |
| 103 | return recordExists(cond); |
| 104 | } |
| 105 | |
| 106 | const QString InstanceTable::getNamebyIndex(quint8 index) |
| 107 | { |
no outgoing calls
no test coverage detected