RTP Trace System
1.0
|
Decoder Repository. More...
#include <decoderrepositoryinterface.h>
Public Member Functions | |
virtual bool | selectDecoderForTypeID (const card16 typeID)=0 |
virtual DecoderInterface * | getCurrentDecoder () const =0 |
Decoder Repository.
This class is a repository for decoders.
virtual DecoderInterface* Coral::DecoderRepositoryInterface::getCurrentDecoder | ( | ) | const [pure virtual] |
Get DecoderInterface of the current decoder.
Implemented in Coral::TraceDecoderRepository.
virtual bool Coral::DecoderRepositoryInterface::selectDecoderForTypeID | ( | const card16 | typeID | ) | [pure virtual] |
Select the decoder with the given TypeID to be the current decoder of the repository.
typeID | Decoding's type ID. |
Implemented in Coral::TraceDecoderRepository.