~awuerl/blitzortung-tracker/0.9

« back to all changes in this revision

Viewing changes to source/lib/data/Events.h

  • Committer: Andreas Wuerl
  • Date: 2012-03-08 22:02:31 UTC
  • Revision ID: andi@debian-20120308220231-8dc444kpv5b4s72p
backported most of the 1.0 features

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        //! replace events by events of given structure
44
44
        void replace(Events&);
45
45
 
46
 
        //! set date of event collection or check for mismatch
47
 
        void setOrCheckDate(const gr::date&);
48
 
 
49
 
        //! set data format of event collection or check for mismatch
50
 
        void setOrCheckDataFormat(const data::Format::CP&);
 
46
        //! set events properties from or check events properties agains a single event
 
47
        void setOrCheckProperties(Event& event);
51
48
 
52
49
      public:
53
50