AppCore
Loading...
Searching...
No Matches
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
7class CardEvent;
8
9namespace EM
10{
11 namespace Strojcek
12 {
13 namespace StatistikaStrojcek
14 {
15 struct VystupneData;
16 }
17 }
18}
19
20namespace 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
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition cardevent.h:17
Definition EEvaluationErrorStatistics.cpp:34
Some evaluation errors are supposed to be written in statistics - this class encapsulates functionali...
Definition EEvaluationErrorStatistics.h:29
~EEvaluationErrorStatistics()
Definition EEvaluationErrorStatistics.cpp:134
EEvaluationErrorStatistics()
Definition EEvaluationErrorStatistics.cpp:124
void WriteEvaluationErrorStatistics(unsigned char errorID, CardEvent *cardEvent, bool writePhysically, EEventFillerAttribute *eventFillerAttribute, EStatisticsCollection &statistics)
Definition EEvaluationErrorStatistics.cpp:142
Storage class containing parameters for processing events.
Definition EEventFillerAttribute.h:20
std::list< EM::Strojcek::StatistikaStrojcek::VystupneData * > EStatisticsCollection
Definition ECardEventFileProcessor.h:35
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7