flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
flxCoreMsg.cpp File Reference
#include "flxCoreMsg.h"

Variables

const flxMessageBlock< flxMessageCoreID_tmsgBlockFluxCore
 

Variable Documentation

◆ msgBlockFluxCore

const flxMessageBlock<flxMessageCoreID_t> msgBlockFluxCore
Initial value:
= {
{kMsgParentObjNotSet, "Containing object not set. Verify flxRegister() was called on this %s"},
{kMsgNotAddDupDev, "Not adding duplicate device item to container: %s"},
{kMsgErrSavingProperty, "Error saving property %s"},
{kMsgErrInvalidState, "%s: Invalid internal state"},
{kMsgErrDeviceInit, "Device %s failed to %s"},
{kMsgErrAllocError, "Allocation error for %s"},
{kMsgErrAllocErrorN, "%s: Allocation error for %s"},
{kMsgErrFileOpen, "%s: Unable to open file %s"},
{kMsgErrSizeExceeded, "%s size exceeded limit"},
{kMsgErrInitialization, "%s: Initialization Error [%s]"},
{kMsgErrValueNotProvided, "%s: Value not provided [%s]"},
{kMsgErrConnectionFailure, "%s: Connection Error [%s]"},
{kMsgErrConnectionFailureD, "%s: Connection Error [%d]"},
{kMsgErrValueError, "%s: Value Error - %s"},
{kMsgErrCreateFailure, "%s failure to create %s"},
{kMsgErrResourceNotAvail, "%s resource not available"},
{kMsgErrSaveResState, "Error %s state for %s"}}
@ kMsgErrResourceNotAvail
Definition: flxCoreMsg.h:76
@ kMsgErrSizeExceeded
Definition: flxCoreMsg.h:72
@ kMsgErrAllocError
Definition: flxCoreMsg.h:63
@ kMsgErrConnectionFailureD
Definition: flxCoreMsg.h:66
@ kMsgErrConnectionFailure
Definition: flxCoreMsg.h:65
@ kMsgNotAddDupDev
Definition: flxCoreMsg.h:67
@ kMsgErrAllocErrorN
Definition: flxCoreMsg.h:64
@ kMsgErrInvalidState
Definition: flxCoreMsg.h:78
@ kMsgParentObjNotSet
Definition: flxCoreMsg.h:62
@ kMsgErrCreateFailure
Definition: flxCoreMsg.h:77
@ kMsgErrDeviceInit
Definition: flxCoreMsg.h:70
@ kMsgErrInitialization
Definition: flxCoreMsg.h:73
@ kMsgErrFileOpen
Definition: flxCoreMsg.h:71
@ kMsgErrSaveResState
Definition: flxCoreMsg.h:69
@ kMsgErrSavingProperty
Definition: flxCoreMsg.h:68
@ kMsgErrValueNotProvided
Definition: flxCoreMsg.h:74
@ kMsgErrValueError
Definition: flxCoreMsg.h:75