Changeset 295 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc
- Timestamp:
- May 13, 1999, 12:12:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r293 r295 3 3 #include <stdio.h> 4 4 #include <string.h> 5 6 #include <typeinfo> 5 7 6 8 #include "perrors.h" … … 215 217 if (ln <= 0) nom = "?"; 216 218 else { strncpy(noms, mPin->TagName(i).c_str(), 31); noms[31] = '\0'; nom = noms; } 217 sprintf(strg, "%s (T=%s, Key=%d)", nom, dap->ObjMgr()->GetServiceObj()->PClassIdToClassName(cid), key); 219 // sprintf(strg, "%s (T=%s, Key=%d)", nom, dap->ObjMgr()->GetServiceObj()->PClassIdToClassName(cid), key); 220 sprintf(strg, "%s (T=%s, Key=%d)", nom, " DataObject ?", key); 218 221 objlist->AppendItem(strg, 5000+i); 219 222 }
Note:
See TracChangeset
for help on using the changeset viewer.