FACT++  1.0
bool ConnectionDimDrive::SendSource ( const tuple< Time, vector< char >, bool > &  t)
inlineprivate

Definition at line 1429 of file drivectrl.cc.

References data, DimDescribedService::setData(), DimService::setQuality(), t, time, and DimDescribedService::Update().

1430  {
1431  const Time &time = get<0>(t);
1432  const vector<char> &data = get<1>(t);
1433  const bool &tracking = get<2>(t);
1434 
1435  fDimSource.setQuality(tracking);
1436  fDimSource.setData(data);
1437  fDimSource.Update(time);
1438  return true;
1439  }
void setQuality(int quality)
Definition: discpp.cxx:1256
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30
void setData(const void *ptr, size_t sz)
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
float data[4 *1440]
DimDescribedService fDimSource
Definition: cosyctrl.cc:679
TT t
Definition: test_client.c:26

+ Here is the call graph for this function: