F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
StringUtils.hpp File Reference
#include <FpConfig.hpp>

Go to the source code of this file.

Namespaces

 Fw
 
 Fw::StringUtils
 

Functions

char * Fw::StringUtils::string_copy (char *destination, const char *source, U32 num)
 copy string with null-termination guaranteed More...
 
U32 Fw::StringUtils::string_length (const CHAR *source, U32 max_len)
 get the length of the source string or max_len if the string is longer than max_len. More...
 
FwSignedSizeType Fw::StringUtils::substring_find (const CHAR *source_string, FwSizeType source_size, const CHAR *sub_string, FwSizeType sub_size)
 find the first occurrence of a substring More...