![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#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... | |