All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisGPSInterfaces Interface CATIGPSSensorFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGPSSensorFactory
Interface dedicated to sensor creation.
Method Index
- o
AddSensorFile(CATUnicodeString&)
- Add an XML sensor description file.
- o
CreateLocalSensor(CATString&,CATISpecObject*,CATISpecObject*&,CATLISTP(CATBaseUnknown)*)
- Create a new sensor.
Methods
o AddSensorFile
| public virtual AddSensorFile( | const | iFilePath) |
-
Add an XML sensor description file.
- Parameters:
-
- iFilePath
- The path to the file to be added.
o CreateLocalSensor
| public virtual CreateLocalSensor( | const | iSensorIdentifier, |
| const | iSensorSet, |
| | oNewSensor, |
| const | iValuesProviders) |
-
Create a new sensor.
- Parameters:
-
- iSensorIdentifier
- the sensor identifier (as found in the XML files).
- iSensorSet
- the analysis set under which the sensor will be plugged
- oNewSensor
- [out , CATBaseUnknown#Release] the newly created sensor
- iValueProviders
- the list of objects from which the values will be retrieved with the
CATICharacCollector interface.
This object is included in the file: CATIGPSSensorFactory.h
If needed, your Imakefile.mk should include the module: CATAnalysisGPSInterfaces