Ignore:
Timestamp:
08/07/11 18:43:13 (13 years ago)
Author:
tbretz
Message:
Changed Dim services to ensure they send the time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/drivectrl.cc

    r11578 r11837  
    535535        void Update(DimDescribedService &svc, const Time &t, const array<double, N> &arr) const
    536536    {
    537         svc.setTimestamp(int(t.UnixTime()), t.ms());
    538         svc.setData(const_cast<double*>(arr.data()), arr.size()*sizeof(double));
    539         svc.updateService();
     537        svc.setData(arr);
     538        svc.Update(t);
    540539    }
    541540
Note: See TracChangeset for help on using the changeset viewer.