Home | History | Annotate | Download | only in include

Lines Matching refs:interface

26  * Component factory object that enables to create a component and/or interface from a dynamically
60 * Creates a component interface.
64 * \param id component interface ID for the created interface
65 * \param interface shared pointer where the created interface is stored. Cleared on
68 * \retval C2_OK the component interface was created successfully
69 * \retval C2_TIMED_OUT could not create the component interface within the time limit
71 * \retval C2_CORRUPTED some unknown error prevented the creation of the component interface
74 * \retval C2_NO_MEMORY not enough memory to create the component interface
77 c2_node_id_t id, std::shared_ptr<C2ComponentInterface>* const interface,