FACT++  1.0
void ConnectionDimFSC::Update ( DimDescribedService svc,
vector< float >  data,
float  time 
) const
inlineprivate

Definition at line 598 of file fscctrl.cc.

References time, and DimDescribedService::Update().

599  {
600  data.insert(data.begin(), time);
601  svc.Update(data);
602  }
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92

+ Here is the call graph for this function: