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

Go to the source code of this file.

Namespaces

 Fw
 Implementation of malloc based allocator.
 

Enumerations

enum  Fw::ScanStatus {
  Fw::ScanStatus::SUCCESS, Fw::ScanStatus::INVALID_FORMAT_STRING, Fw::ScanStatus::SIZE_OVERFLOW, Fw::ScanStatus::UNTERMINATED_SOURCE_STRING,
  Fw::ScanStatus::OTHER_ERROR
}
 status of string scan calls More...
 

Functions

ScanStatus Fw::stringScan (FwSizeType &count, const char *source, FwSizeType maximumSize, const char *formatString,...)
 scan a c-string More...
 
ScanStatus Fw::stringScan (FwSizeType &count, const char *source, FwSizeType maximumSize, const char *formatString, va_list args)
 scan a c-string using a variable argument list More...