On 18 July 2012 13:41, andy pugh <[email protected]> wrote: > Is there a good reason why halcmd show displays S32 and U32 pin / > param values in Hex? It seems that such items will generally represent > physical units so decimal might be more appropriate? > > I think halmeter shows both formats, and I can't remember what Halshow > does, but I think that is decimal.
Looking at the code now I am at home. data_value creates a space-formatted string with float and s32 in decimal, but u32 in hex. data_value2 creates a packed string with all three numeric types in decimal format. That seems inconsistent. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
