| 444 | } |
| 445 | |
| 446 | std::string Frontend::attributeDescribeString() const { |
| 447 | const DeviceData &data = _transform.transformDeviceData(_frontendData); |
| 448 | return data.attributeDescribeString(_streamID); |
| 449 | } |
| 450 | |
| 451 | // ======================================================================= |
| 452 | // -- Other member functions -------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected