Lines Matching full:component
3 * \brief OpenCSD : Base trace decode component.
53 * Provides error logging attachment point and component type and instance naming
54 * Interface for handling of component operational mode.
70 * Set the operational mode for the component.
71 * This controls the way the component behaves under error conditions etc.
73 * Operation mode flags used are component specific and defined by derived classes.
77 * @return ocsd_err_t : OCSD_OK if flags supported by this component, error if unsuppored
89 * Get the supported operational mode flags for this component.
91 * Derived class must set the value correctly for the component.
98 * Set associated trace component - used by generic code to track
101 * @param *assocComp : pointer to the associated component
107 * get associated trace component pointer
109 * @return TraceComponent *: associated component.
114 * Log a message at the default severity on this component.
133 uint32_t m_op_flags; //!< current component operational mode flags.
134 …uint32_t m_supported_op_flags; //!< supported component operational mode flags - derived clas…
144 …TraceComponent *m_assocComp; //!< associated component -> if this is a pkt decoder, associated …