AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EEvaluationErrorStatistics.h
Go to the documentation of this file.
1 #ifndef E_EVALUATION_ERROR_STATISTICS_H
2 #define E_EVALUATION_ERROR_STATISTICS_H
3 
4 #include <list>
5 #include "appcore/eventsfileprocessor/ECardEventFileProcessor.h"
6 
7 class CardEvent;
8 
9 namespace EM
10 {
11  namespace Strojcek
12  {
13  namespace StatistikaStrojcek
14  {
15  struct VystupneData;
16  }
17  }
18 }
19 
20 namespace EM
21 {
22  namespace EventFileProcessor
23  {
24  class EEventFillerAttribute;
25 
29  {
30  public:
33 
34  void WriteEvaluationErrorStatistics( unsigned char errorID,
35  CardEvent *cardEvent,
36  bool writePhysically,
37  EEventFillerAttribute *eventFillerAttribute,
38  EStatisticsCollection &statistics );
39 
40  private:
41  class DataClass;
42  DataClass *d;
43  };
44  }
45 }
46 
47 #endif //E_EVALUATION_ERROR_STATISTICS_H
std::list< EM::Strojcek::StatistikaStrojcek::VystupneData * > EStatisticsCollection
Definition: ECardEventFileProcessor.h:35
void WriteEvaluationErrorStatistics(unsigned char errorID, CardEvent *cardEvent, bool writePhysically, EEventFillerAttribute *eventFillerAttribute, EStatisticsCollection &statistics)
Definition: EEvaluationErrorStatistics.cpp:142
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
Storage class containing parameters for processing events.
Definition: EEventFillerAttribute.h:19
EEvaluationErrorStatistics()
Definition: EEvaluationErrorStatistics.cpp:124
Some evaluation errors are supposed to be written in statistics - this class encapsulates functionali...
Definition: EEvaluationErrorStatistics.h:28
~EEvaluationErrorStatistics()
Definition: EEvaluationErrorStatistics.cpp:134
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition: cardevent.h:17
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
Definition: EEvaluationErrorStatistics.cpp:33