class TraceDecoder

Trace Decoder. More...

Full nameCoral::TraceDecoder
Definition#include <tracedecoder.h>
InheritsCoral::Synchronizable, Coral::TraceDecoderInterface
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class is a trace decoder.

 TraceDecoder ()

Constructor.

TraceDecoder ()

Destructor.

const card16  getTypeID ()

[const]

getTypeID() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

const char*  getTypeName ()

[const]

getTypeName implementation of DecoderInterface.

Reimplemented from DecoderInterface.

void  activate ()

activate() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

void  deactivate ()

deactivate() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

void  reset ()

reset() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

void  getMediaInfo (MediaInfo& mediaInfo)

[const]

getMediaInfo() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

card8  getErrorCode ()

[const]

getErrorCode() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

card64  getPosition ()

[const]

getPosition() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

card64  getMaxPosition ()

[const]

getMaxPosition() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

bool  checkNextPacket (DecoderPacket* decoderPacket)

checkNextPacket() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

void  handleNextPacket (const DecoderPacket* decoderPacket)

handleNextPacket() implementation of DecoderInterface.

Reimplemented from DecoderInterface.

double  getFrameRate ()

[const]

getFrameRate() implementation of TraceEncoderInterface.

Reimplemented from TraceDecoderInterface.

double  getUtilization ()

[const]

getUtilization() implementation of TraceEncoderInterface.

Reimplemented from TraceDecoderInterface.

Range<cardinal>  getBandwidth ()

[const]

getBandwidth() implementation of TraceEncoderInterface.

Reimplemented from TraceDecoderInterface.

int8  getStreamPriority ()

[const]

getStreamPriority() implementation of TraceEncoderInterface.

Reimplemented from TraceDecoderInterface.

int8  getSessionPriority ()

[const]

getSessionPriority() implementation of TraceEncoderInterface.

Reimplemented from TraceDecoderInterface.