Lines Matching full:instance
7 #include <libpldm/instance-id.h>
43 /** @brief OCC instance starts with 0 for example "occ0" */
122 * sensorId to OCC/SBE instance mapping information and the sensor
126 * @param[out] sensorInstanceMap - map of sensorID to instance
134 * with OCC/SBE instance to EffecterID information.
137 * @param[out] instanceToEffecterMap - map of instance to effecterID
147 * @param[in] effecterId - the instance effecter ID
161 * @param[in] instanceId - OCC instance to reset
168 * @param[in] instanceID - SBE instance to HRESET
176 * @param[in] instance - OCC instance to check
178 void checkActiveSensor(uint8_t instance);
187 /** @brief PLDM instance ID database object used to get instance IDs
191 /** @brief PLDM instance number used in PLDM requests
229 /** @brief PLDM Sensor ID to OCC Instance mapping
233 /** @brief PLDM Sensor ID to SBE Instance mapping
247 /** @brief OCC Instance mapping to PLDM Effecter ID
251 /** @brief SBE instance mapping to PLDM Effecter ID
271 /** @brief OCC instance number for the PLDM message */
277 /** pldm transport instance */
303 /** @brief The instance ID for the OCC/HRESET request */
370 /** @brief Get a PLDM requester instance id
376 /** @brief Free PLDM requester instance id */
380 * @param[in] instance - OCC instance number
385 std::vector<uint8_t> encodeGetStateSensorRequest(uint8_t instance,
412 void sendPldm(const std::vector<uint8_t>& request, const uint8_t instance,