@todo when appending interfaces you might encounter that there are independent interfaces that are same as subinterfaces for example, eyetracker device and tracker device plugin eyetracker breaks down into 4 interfaces including tracker so to avoid replacing tracker data, we need to safely merge them
| 61 | /// eyetracker breaks down into 4 interfaces including tracker |
| 62 | /// so to avoid replacing tracker data, we need to safely merge them |
| 63 | void mergeIdenticalInterfaces(Json::Value &existingIface, |
| 64 | Json::Value &newIface, |
| 65 | std::string const &detail) {} |
| 66 | |
| 67 | /// @brief appends json value for a given string |
| 68 | void appendCurrentIface(Json::Value &augInterface, |
nothing calls this directly
no outgoing calls
no test coverage detected