FACT++  1.0
void ConnectionDimDrive::UpdateSource ( const array< double, 6 > &  arr,
const string &  name = "" 
)
inlinevirtual

Reimplemented from ConnectionDrive.

Definition at line 768 of file cosyctrl.cc.

References DimService::setQuality(), and DimDescribedService::Update().

769  {
770  vector<char> dat(6*sizeof(double)+31, 0);
771  memcpy(dat.data(), arr.data(), 6*sizeof(double));
772  strncpy(dat.data()+6*sizeof(double), name.c_str(), 30);
773 
775  fDimSource.Update(dat);
776  }
void setQuality(int quality)
Definition: discpp.cxx:1256
DimDescribedService fDimSource
Definition: cosyctrl.cc:679

+ Here is the call graph for this function: