FACT++  1.0
void ConnectionDimFSC::UpdateVolt ( float  time,
const vector< float > &  volt 
)
inlineprivatevirtual

Reimplemented from ConnectionFSC.

Definition at line 693 of file fscctrl.cc.

694  {
695  Update(fDimVolt, volt, time);
696  }
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
void Update(DimDescribedService &svc, vector< float > data, float time) const
Definition: fscctrl.cc:598
DimDescribedService fDimVolt
Definition: fscctrl.cc:595