Rename Csal_lmo=>Csal_mlo, and introduce a Csal_mho role

* Introduce the hk end of the management role for the senseApiLibs.
* Implement a basic set of operations and callbacks for this role.
This commit is contained in:
2025-01-09 17:18:24 -04:00
parent 53583e5735
commit 9e35748d9a
3 changed files with 45 additions and 28 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public:
void setSenseApiDesc(const CSenseApiDesc* desc)
{
if (!CSenseApiDesc_sanityCheck(desc) ||
!Csal_libMgmtOps_sanityCheck(desc->sal_libMgmtOps))
!Csal_mgmt_libOps_sanityCheck(desc->sal_mgmt_libOps))
{
throw std::runtime_error(
std::string(__func__) + ": Sanity check failed for sense API "