FACT++  1.0
int DimService::selectiveUpdateService ( int &  value,
int *  cids 
)

Definition at line 1121 of file discpp.cxx.

References dis_selective_update_service, DisINT, DimServer::getClientId(), ids, itsData, itsId, and itsType.

1122 {
1123  if(!itsId)
1124  return 0;
1125  if( itsType == DisINT)
1126  {
1127  itsData = &value;
1128  if( cids == 0)
1129  {
1130  int ids[2];
1131  ids[0] = DimServer::getClientId();
1132  ids[1] = 0;
1133  return dis_selective_update_service( itsId, ids );
1134  }
1135  return dis_selective_update_service( itsId, cids );
1136  }
1137  return -1;
1138 }
#define dis_selective_update_service
Definition: dis.h:24
DisTYPE itsType
Definition: dis.hxx:211
int ids[10]
Definition: dis.hxx:24
static int getClientId()
Definition: discpp.cxx:571
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208

+ Here is the call graph for this function: