Searched refs:curr_Hyp (Results 1 – 6 of 6) sorted by relevance
76 context.curr_Hyp = 0; in ResetState()253 oss << (context.curr_Hyp ? "Hyp; " : ""); in getBranchAddressStr()337 oss << (context.curr_Hyp ? "Hyp; " : " "); in getISyncStr()
93 const uint8_t getHyp() const { return context.curr_Hyp; }; in getHyp()162 context.curr_Hyp = Hyp; in UpdateHyp()
78 uint32_t curr_Hyp:1; /**< current Hyp flag (used if not in present packet) */ member
115 const bool isHyp() const { return m_pkt_data.context.curr_Hyp; }; in isHyp()171 m_pkt_data.context.curr_Hyp = Hyp; in UpdateHyp()
101 uint32_t curr_Hyp:1; /**< current Hyp flag (used if not in present packet) */ member
503 oss << (m_pkt_data.context.curr_Hyp ? "Hyp; " : ""); in getBranchAddressStr()580 oss << (m_pkt_data.context.curr_Hyp ? "Hyp; " : " "); in getISyncStr()