emcPacketProcessor Class Reference
[Interfaces]

#include <emcPacketProcessor.h>

Inherited by emcPacketProcessorv1.

Inheritance diagram for emcPacketProcessor:

Inheritance graph
[legend]
List of all members.

Detailed Description

(ABC) Packet processor.

See also:
emcDataProcessor

Definition at line 18 of file emcPacketProcessor.h.

Public Member Functions

virtual ~emcPacketProcessor ()
virtual bool process (const Packet &, emcTowerContainer &)=0
 Decode the packet to fill the towercontainer.


Constructor & Destructor Documentation

virtual emcPacketProcessor::~emcPacketProcessor  )  [virtual]
 


Member Function Documentation

virtual bool emcPacketProcessor::process const Packet &  ,
emcTowerContainer
[pure virtual]
 

Decode the packet to fill the towercontainer.

Might also check the data.

Implemented in emcPacketProcessorv1.

Referenced by emcDataProcessorv2::decode().


The documentation for this class was generated from the following file: