FACT++  1.0
int DimService::updateService ( double &  value)

Definition at line 1046 of file discpp.cxx.

References dis_update_service, DisDOUBLE, itsData, itsId, and itsType.

1047 {
1048  if(!itsId)
1049  return 0;
1050  if( itsType == DisDOUBLE) {
1051  itsData = &value;
1052  return dis_update_service( itsId );
1053  }
1054  return -1;
1055 }
DisTYPE itsType
Definition: dis.hxx:211
#define dis_update_service
Definition: dis.h:18
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208