ERIS CORE

◆ copyKey()

bool SvcDataDictionary::copyKey ( const char *  key)
private

Definition at line 23 of file svcDataDictionary.cpp.

23  {
24  if (next == DATADICT_KEYVALUE_PAIRS) return false;
25  return safer_strncpy(record[next].key,key,DATADICT_MAX_KEY_LEN);
26 }
bool safer_strncpy(char *dest, const char *source, uint16_t dest_size)
a safer strncpy
Definition: ErisUtils.cpp:20
svcDataDictionaryRecord record[DATADICT_KEYVALUE_PAIRS]

References next, record, and safer_strncpy().

Referenced by create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: