AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ECorrectionProcessorDesfire.h
Go to the documentation of this file.
1 #ifndef ECORRECTIONPROCESSORDESFIRE_H
2 #define ECORRECTIONPROCESSORDESFIRE_H
3 
5 
6 namespace EM
7 {
8  namespace EventFileProcessor
9  {
13  {
14  public:
17  virtual ~ECorrectionProcessorDesfire();
18 
19  virtual ECardEventProcessor *Clone();
20 
21  virtual bool CheckEvent( CardEvent *cardEvent, ECardEventFileProcessor::ProcessEventResult &evaluationResult, CardEventCol *cardEventCol, EStatisticsCollection &statistics );
22  virtual EM::PT::EDataCollection *WriteEvent( CardEvent *cardEvent, ECardEventFileProcessor::ProcessEventResult &writeEventResult, EStatisticsCollection &statistics );
23  virtual bool WriteStatistics( EM::PT::EPTAnswer *answer, unsigned long readerNumber, bool unfinishedOperation, EStatisticsCollection &statistics );
24 
25  private:
26  class DataClass;
27  DataClass *d;
28  };
29  }
30 }
31 
32 #endif // ECORRECTIONPROCESSORDESFIRE_H
Prepaid ticket correction implementation for desfire cards.
Definition: ECorrectionProcessorDesfire.h:12
std::list< EM::Strojcek::StatistikaStrojcek::VystupneData * > EStatisticsCollection
Definition: ECardEventFileProcessor.h:35
#define LIBEVFILEPROCESSOR_API
Definition: libevfileprocessor.h:12
Prepaid coupon processor implementation for desfire cards.
Definition: EPrepaidTicketDesfireProcessor.h:12
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
std::list< CardEvent * > CardEventCol
Definition: cardevent.h:246
ProcessEventResult
ProcessEventResult enumerator.
Definition: ECardEventFileProcessor.h:45
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition: cardevent.h:17
Ancestor of all card event processors.
Definition: ECardEventProcessor.h:23
Definition: ECorrectionProcessorDesfire.cpp:40
virtual CardEvent __EDATAPTR Clone()
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6