Searched refs:chipIdStr (Results 1 – 2 of 2) sorted by relevance
116 std::string chipIdStr = obj["ChipId"].get<std::string>(); in main() local119 lineMsg += chipIdStr + " " + std::to_string(gpioNum); in main()122 line = gpiod_line_get(chipIdStr.c_str(), gpioNum); in main()
115 std::string chipIdStr = obj["ChipId"]; in main() local121 line = gpiod_line_get(chipIdStr.c_str(), gpioNum); in main()