Ceetron Data Provider Framework
|
Public Member Functions | |
virtual void | setFileDescription (const CDPString &description)=0 |
virtual void | setFileMask (const CDPString &mask)=0 |
virtual void | publishInitOptionBool (const CDPString &optionKey, const CDPString &optionDescription, bool defaultValue)=0 |
virtual void | publishInitOptionDouble (const CDPString &optionKey, const CDPString &optionDescription, cdp_double_t defaultValue)=0 |
virtual void | publishInitOptionString (const CDPString &optionKey, const CDPString &optionDescription, const CDPString &defaultValue)=0 |
This class contains information about the data provider
|
pure virtual |
Publish information about a boolean initialization option for the data provider.
These settings will be available for the host program as ReaderSettings, and user defined values will be provided in the CDPInitOptions passed to init() in the DataProvider.
|
pure virtual |
Publish information about a double initialization option for the data provider.
These settings will be available for the host program as ReaderSettings, and user defined values will be provided in the CDPInitOptions passed to init() in the DataProvider.
|
pure virtual |
Publish information about a string initialization option for the data provider.
These settings will be available for the host program as ReaderSettings, and user defined values will be provided in the CDPInitOptions passed to init() in the DataProvider.
|
pure virtual |
Specify the desciption of the files/content the provider supports.
Example: "ANSYS Binary Result File"
|
pure virtual |
Specify (if applicable) the file mask of the files supported by this provider
Example: *.rst;*.rth;*.rfl"