Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - PPS object attribute order: Page 1 of 11 (11 Items)
   
PPS object attribute order  
My software writes the following string to an "HR" PPS object:

"is_valid::TRUE\nHR::0\n"

When I subsequently read from the object, I get the following string:

"@HR\nHR::0\nis_valid::TRUE\n"

Obviously, the order of the attributes in my read result is not what I expected. Is the first string above the correct 
way to write multiple attributes to a PPS object? 

Thanks,
Chris