FACT++  1.0
bool MessageDimTX::UpdateService ( const std::tuple< Time, std::string, int > &  data)
private

Definition at line 62 of file MessageDim.cc.

References data, fDebug, MessageImp::Out(), DimDescribedService::setData(), DimService::setQuality(), and DimDescribedService::Update().

63 {
64  setData(get<1>(data));
65  setQuality(get<2>(data));
66 
67  const int rc = DimDescribedService::Update(get<0>(data));
68  if (rc==0 && fDebug)
69  Out() << " !! " << get<0>(data).GetAsStr() << " - Sending failed!" << endl;
70 
71  return true;
72 }
void setQuality(int quality)
Definition: discpp.cxx:1256
std::ostream & Out() const
Definition: MessageImp.h:73
void setData(const void *ptr, size_t sz)
float data[4 *1440]

+ Here is the call graph for this function: