Lines Matching full:terminus
3 #include "terminus.hpp"
38 /** @brief Initialize terminus which supports PLDM Type 2
52 /** @brief Fetch all PDRs from terminus.
54 * @param[in] terminus - The terminus object to store fetched PDRs
57 exec::task<int> getPDRs(std::shared_ptr<Terminus> terminus);
59 /** @brief Fetch PDR from terminus
101 * generation from the terminus
102 * @param[in] eventReceiverEid - The EID of eventReceiver that terminus
107 * elapsing of which the terminus shall emit a heartbeat event.
131 * supported by the terminus
151 /** @brief Fetch FRU Record Data from terminus
185 /** reference of TerminusManager for sending PLDM request to terminus*/