[Pvmanager-devel] org.epics.pvmanager.data.Display
Brought to you by:
carcassi,
epics-jenkins
|
From: Marty K. <mrk...@co...> - 2010-08-30 14:10:44
|
The method NumberFormat getFormat(); Is very Java specific. Instead how about String getFormat(); Use C style formats. Examples are "14.2e", "14.2f","10d" All of these will work on both c, c++, and Java (since java supports printf). Marty |