Hello,
Recently I started working on sdbus. I have one xml where on of the methods take structure as its agruement. But on generating the code from it I got the structure in the below syntax. i.e
"const sdbus::Struct<std::string, std::string, std::string, std::string>& DbusInfo".
Here I need to store and print the values of the member variables of the structure, but the nme of the variables are not coming. May I know if I have missed something while creating xml or is there any different way to access this type of structure please.
Regards,
Siddhartha V
Hello,
Recently I started working on sdbus. I have one xml where on of the methods take structure as its agruement. But on generating the code from it I got the structure in the below syntax. i.e
"const sdbus::Struct<std::string, std::string, std::string, std::string>& DbusInfo".Here I need to store and print the values of the member variables of the structure, but the nme of the variables are not coming. May I know if I have missed something while creating xml or is there any different way to access this type of structure please.
Regards,
Siddhartha V