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

Definition at line 1035 of file discpp.cxx.

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

1036 {
1037  if(!itsId)
1038  return 0;
1039  if( itsType == DisFLOAT) {
1040  itsData = &value;
1041  return dis_update_service( itsId );
1042  }
1043  return -1;
1044 }
Definition: dis.hxx:24
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