Searched refs:componentAttachPt (Results 1 – 11 of 11) sorted by relevance
61 class componentAttachPt {63 componentAttachPt(); /**< Default constructor */64 virtual ~componentAttachPt(); /**< Default destructor */153 template<class T> componentAttachPt<T>::componentAttachPt() in componentAttachPt() function161 template<class T> componentAttachPt<T>::~componentAttachPt() in ~componentAttachPt()167 template<class T> ocsd_err_t componentAttachPt<T>::attach(T* component) in attach()177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first()188 template<class T> ocsd_err_t componentAttachPt<T>::detach(T* component) in detach()198 template<class T> T* componentAttachPt<T>::first() in first()203 template<class T> T* componentAttachPt<T>::next() in next()[all …]
67 componentAttachPt<ITrcDataIn> *getIDStreamAttachPt(uint8_t ID);70 componentAttachPt<ITrcRawFrameIn> *getTrcRawFrameAttachPt();72 componentAttachPt<ITrcSrcIndexCreator> *getTrcSrcIndexAttachPt();74 componentAttachPt<ITraceErrorLog> *getErrLogAttachPt();
59 …void initInterfaces(componentAttachPt<ITargetMemAccess> *pMemAccess, componentAttachPt<IInstrDecod…126 componentAttachPt<ITargetMemAccess> *m_pMemAccess;127 componentAttachPt<IInstrDecode> *m_pIDecode;
68 componentAttachPt<ITrcGenElemIn> *getTraceElemOutAttachPt() { return &m_trace_elem_out; }; in getTraceElemOutAttachPt()69 componentAttachPt<ITargetMemAccess> *getMemoryAccessAttachPt() { return &m_mem_access; }; in getMemoryAccessAttachPt()70 componentAttachPt<IInstrDecode> *getInstrDecodeAttachPt() { return &m_instr_decode; }; in getInstrDecodeAttachPt()103 componentAttachPt<ITrcGenElemIn> m_trace_elem_out;104 componentAttachPt<ITargetMemAccess> m_mem_access;105 componentAttachPt<IInstrDecode> m_instr_decode;
50 void initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf);83 componentAttachPt<ITrcGenElemIn> *m_sendIf; //!< element send interface.93 inline void OcsdGenElemStack::initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf) in initSendIf()
62 void initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf);104 componentAttachPt<ITrcGenElemIn> *m_sendIf; //!< element send interface.148 inline void OcsdGenElemList::initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf) in initSendIf()
145 componentAttachPt<IPktDataIn<P>> *getPacketOutAttachPt() { return &m_pkt_out_i; }; in getPacketOutAttachPt()147 componentAttachPt<IPktRawDataMon<P>> *getRawPacketMonAttachPt() { return &m_pkt_raw_mon_i; }; in getRawPacketMonAttachPt()150 componentAttachPt<ITrcPktIndexer<Pt>> *getTraceIDIndexerAttachPt() { return &m_pkt_indexer_i; }; in getTraceIDIndexerAttachPt()192 componentAttachPt<IPktDataIn<P>> m_pkt_out_i; 193 componentAttachPt<IPktRawDataMon<P>> m_pkt_raw_mon_i;195 componentAttachPt<ITrcPktIndexer<Pt>> m_pkt_indexer_i;
67 componentAttachPt<ITraceErrorLog> *getErrorLogAttachPt() { return &m_error_logger; }; in getErrorLogAttachPt()137 componentAttachPt<ITraceErrorLog> m_error_logger;
122 componentAttachPt<ITrcDataIn> m_IDStreams[128];123 componentAttachPt<ITrcRawFrameIn> m_RawTraceFrame;125 componentAttachPt<ITrcSrcIndexCreator> m_SrcIndexer;
59 void OcsdCodeFollower::initInterfaces(componentAttachPt<ITargetMemAccess> *pMemAccess, componentAtt… in initInterfaces()
797 componentAttachPt<ITrcDataIn> *TraceFormatterFrameDecoder::getIDStreamAttachPt(uint8_t ID) in getIDStreamAttachPt()799 componentAttachPt<ITrcDataIn> *pAttachPt = 0; in getIDStreamAttachPt()806 componentAttachPt<ITrcRawFrameIn> *TraceFormatterFrameDecoder::getTrcRawFrameAttachPt() in getTrcRawFrameAttachPt()812 componentAttachPt<ITrcSrcIndexCreator> *TraceFormatterFrameDecoder::getTrcSrcIndexAttachPt() in getTrcSrcIndexAttachPt()817 componentAttachPt<ITraceErrorLog> *TraceFormatterFrameDecoder::getErrLogAttachPt() in getErrLogAttachPt()