Searched refs:ocsd_stm_pkt_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_types_stm.h82 } ocsd_stm_pkt_type; typedef in typeref:enum:_ocsd_stm_pkt_type
102 ocsd_stm_pkt_type type; /**< STM packet type */
122 ocsd_stm_pkt_type err_type; /**< Initial type of packet if type indicates bad sequence. */
H A Dtrc_dcd_mngr_stm.h44 ocsd_stm_pkt_type,
H A Dtrc_pkt_elem_stm.h66 void setPacketType(const ocsd_stm_pkt_type type, const bool bMarker);
67 void updateErrType(const ocsd_stm_pkt_type err_type);
82 const ocsd_stm_pkt_type getPktType() const;
83 const ocsd_stm_pkt_type getPktErrType() const;
103 void pktTypeName(const ocsd_stm_pkt_type pkt_type, std::string &name, std::string &desc) const;
106 inline void StmTrcPacket::setPacketType(const ocsd_stm_pkt_type type, const bool bMarker)
113 inline void StmTrcPacket::updateErrType(const ocsd_stm_pkt_type err_type)
175 inline const ocsd_stm_pkt_type StmTrcPacket::getPktType() const
180 inline const ocsd_stm_pkt_type StmTrcPacket::getPktErrType() const
H A Dtrc_pkt_proc_stm.h48 class TrcPktProcStm : public TrcPktProcBase<StmTrcPacket, ocsd_stm_pkt_type, STMConfig>
/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp168 void StmTrcPacket::pktTypeName(const ocsd_stm_pkt_type pkt_type, std::string &name, std::string &desc) const

Completed in 108 milliseconds