AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EBlackListProcessorDesfireXT.h
Go to the documentation of this file.
1 #ifndef E_BLACK_LIST_PROCESSOR_DESFIRE_XT_H
2 #define E_BLACK_LIST_PROCESSOR_DESFIRE_XT_H
3 
4 #include "ECardEventProcessor.h"
5 
6 namespace EM
7 {
8  namespace EventFileProcessor
9  {
13  {
14  public:
18 
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 //E_BLACK_LIST_PROCESSOR_DESFIRE_XT_H
std::list< EM::Strojcek::StatistikaStrojcek::VystupneData * > EStatisticsCollection
Definition: ECardEventFileProcessor.h:35
#define LIBEVFILEPROCESSOR_API
Definition: libevfileprocessor.h:12
Blacklist processor implementation for desfire XT cards.
Definition: EBlackListProcessorDesfireXT.h:12
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
Definition: EBlackListProcessorDesfireXT.cpp:16
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
virtual CardEvent __EDATAPTR Clone()
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6