-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Is your feature request related to a problem? Please describe.
Current Coverage: 99.6 %
cfe_tbl_api.c
CFE_TBL_Register
373 0 : CFE_ES_GetAppName(AppName, ThisAppId, OS_MAX_API_NAME);
374 0 : CFE_ES_WriteToSysLog("CFE_TBL:Register-Failed to get work buffer for '%s.%s' (ErrCode=0x%08X)\n",
CFE_TBL_Update
1005 0 : CFE_EVS_SendEventWithAppID(CFE_TBL_UPDATE_ERR_EID,
1006 : CFE_EVS_EventType_ERROR,
1007 : CFE_TBL_TaskData.TableTaskAppId,
1008 : "%s Failed to Update '%s', Status=0x%08X",
1009 0 : AppName, RegRecPtr->Name, (unsigned int)Status);
CFE_TBL_Manage
1374 : /* If an error occurred during Validate, then do not perform any more managing */
1375 0 : FinishedManaging = true;
cfe_tbl_task_cmds.c
CFE_TBL_LoadCmd
515 : {
516 0 : CFE_EVS_SendEvent(CFE_TBL_INTERNAL_ERROR_ERR_EID,
Requester Info
Anh Van, NASA Goddard
Reactions are currently unavailable