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

Go to the source code of this file.

Namespaces

namespace  Fw
 
namespace  Fw::StringUtils
 

Functions

char * Fw::StringUtils::string_copy (char *destination, const char *source, U32 num)
 copy string with null-termination guaranteed
 
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.