Changeset 295 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc


Ignore:
Timestamp:
May 13, 1999, 12:12:51 PM (26 years ago)
Author:
ercodmgr
Message:

Mise aux "normes" version DPC/Planck - Gestion des objets a travers

un adaptateur/interface NTuple par NamedObjMgr.
Enregistrement d'objets et de l'adaptateur (I/O PPersist, display, ...)
par ServNobjMgr .... Reza 13/05/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pisiadw.cc

    r293 r295  
    33#include <stdio.h>
    44#include <string.h>
     5
     6#include <typeinfo>
    57
    68#include "perrors.h"
     
    215217  if (ln <= 0)  nom = "?";
    216218  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);
    218221  objlist->AppendItem(strg, 5000+i);
    219222}
Note: See TracChangeset for help on using the changeset viewer.