|
pure virtual |
Sets up the component to run properly and must be called before any other method.
| flags | [ in ] Set perferences for the new object |
| Success | P6R::eOk | |
| Failure | P6R::eNoMemory | Insuffficient memory to properly initialize the component |
| P6R::eAlreadyInitialized | Only one successful call to this function is allowed. |