| 183 | } |
| 184 | |
| 185 | std::string TSReader::attributeDescribeString() const { |
| 186 | if (_file.is_open()) { |
| 187 | const DeviceData &data = _transform.transformDeviceData(_deviceData); |
| 188 | return data.attributeDescribeString(_streamID); |
| 189 | } |
| 190 | return ""; |
| 191 | } |
| 192 | |
| 193 | // ========================================================================= |
| 194 | // -- Other member functions ---------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected