CMdfProcessingUnit Class Reference
class CMdfProcessingUnit : public CBase |
Processing Unit interface
Constructor & Destructor Documentation
~CMdfProcessingUnit()
~CMdfProcessingUnit | ( | ) | [inline, virtual] |
Destructor.
The destructor is called by ECom framework allowing derived classes to clean up the implementation specific resources.
Member Functions Documentation
Configure(const TPuConfig &)
TInt
| Configure | ( | const TPuConfig & | aConfigurationSetup | ) | [pure virtual] |
Synchronous method which sets the configuration for a Processing Unit.
Parameters
const TPuConfig & aConfigurationSetup | The reference to the structure that contains the configuration data. |
Create(const MMdfProcessingUnitObserver &)
Synchronous method which creates the Processing Unit.
CreateCustomInterface(TUid)
TInt
| CreateCustomInterface | ( | TUid | aUid | ) | [pure virtual] |
Synchronous method which requests an extension feature. This is intended to provide additional features.
Parameters
TUid aUid | Used to indicate which interface is required. |
CustomInterface(TUid)
TAny * | CustomInterface | ( | TUid | aUid | ) | [pure virtual] |
Synchronous method which returns a previously created extension. This returns a custom interface. This should only be used if CreateCustomInterface() has already been called for the same UID value. This means that any construction for that interface has already been called, and thus this call cannot fail. CMdfProcessingUnit::CreateCustomInterface()
Parameters
TUid aUid | Used to indicate which interface is required. |
Execute()
void | Execute | ( | ) | [pure virtual] |
GetConfig(TPuConfig &)
Synchronous method which gets a configuration structure.
Parameters
TPuConfig & aConfigurationSetup | The reference to the structure that is to contain the configuration information. |
GetInputPorts(RPointerArray< MMdfInputPort > &)
Synchronous method which returns the Input Ports that a Processing Unit holds.
GetOutputPorts(RPointerArray< MMdfOutputPort > &)
Synchronous method which returns the Output Ports that a Processing Unit holds.
Initialize()
void | Initialize | ( | ) | [pure virtual] |
NewL(TUid)
Standard safe constructor that leaves nothing on the cleanup stack
Parameters
TUid aImplementationUid | The uid of the new created processing unit. |
Pause()
TInt
| Pause | ( | ) | [pure virtual] |
Synchronous method which pauses the current on-going task.
State()
Synchronous method which returns the current state of the Processing Unit.
Stop()
Synchronous method which stops the current on-going task.
Member Data Documentation
TUid
iDtor_ID_Key
TUid
| iDtor_ID_Key | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.