1#ifndef __CARDEVENTPROCESSOR_H
2#define __CARDEVENTPROCESSOR_H
4#include "appcore/eventsfileprocessor/libevfileprocessor.h"
5#include "appcore/eventsfileprocessor/EEventFillerAttribute.h"
8#include "appcore/eventsfileprocessor/ECardEventFileProcessor.h"
9#include "appcore/cardevent/cardevent.h"
15 class EDataCollection;
19 namespace EventFileProcessor
33 virtual bool WriteStatistics( EM::PT::EPTAnswer *answer,
unsigned long readerNumber,
bool unfinishedOperation,
EStatisticsCollection &statistics );
36 void SetLastProcessedEvent(
CardEvent *cardEvent );
41 void FillLastTransactionInfo( EM::PT::EDataCollection *dataCol );
42 void WriteAdditionalStatistics(
bool unfinishedOperation );
43 void SetWritePhysicallyStatistics(
bool writePhysically );
46 bool GetWritePhysically();
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition cardevent.h:17
std::list< CardEvent * > CardEventCol
Definition cardevent.h:253
#define LIBEVFILEPROCESSOR_API
Definition libevfileprocessor.h:12
Definition ECardEventProcessor.cpp:20
ProcessEventResult
ProcessEventResult enumerator.
Definition ECardEventFileProcessor.h:46
Ancestor of all card event processors.
Definition ECardEventProcessor.h:24
virtual bool CheckEvent(CardEvent *cardEvent, ECardEventFileProcessor::ProcessEventResult &evaluationResult, CardEventCol *cardEventCol, EStatisticsCollection &statistics)=0
virtual ECardEventProcessor * Clone()=0
virtual EM::PT::EDataCollection * WriteEvent(CardEvent *cardEvent, ECardEventFileProcessor::ProcessEventResult &writeEventResult, EStatisticsCollection &statistics)=0
Storage class containing parameters for processing events.
Definition EEventFillerAttribute.h:20
EEventLogType
Definition EEventLogManager.h:17
Storage class containing information about last processed event.
Definition ELastTransactionInfo.h:11
std::list< EM::Strojcek::StatistikaStrojcek::VystupneData * > EStatisticsCollection
Definition ECardEventFileProcessor.h:35
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7