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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user