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

Go to the source code of this file.

Namespaces

 Fw
 

Enumerations

enum  Fw::FormatStatus {
  Fw::FormatStatus::SUCCESS, Fw::FormatStatus::OVERFLOWED, Fw::FormatStatus::INVALID_FORMAT_STRING, Fw::FormatStatus::SIZE_OVERFLOW,
  Fw::FormatStatus::OTHER_ERROR
}
 status of string format calls More...
 

Functions

FormatStatus Fw::stringFormat (char *destination, const FwSizeType maximumSize, const char *formatString,...)
 format a c-string More...
 
FormatStatus Fw::stringFormat (char *destination, const FwSizeType maximumSize, const char *formatString, va_list args)
 format a c-string More...