Namespaces | Macros | Functions
StringUtils.cpp File Reference

Detailed Description

Implementation of GNSSTK string utility functions.

Definition in file StringUtils.cpp.

#include "StringUtils.hpp"
Include dependency graph for StringUtils.cpp:

Go to the source code of this file.

Namespaces

 gnsstk
 For Sinex::InputHistory.
 
 gnsstk::StringUtils
 

Macros

#define DEBUG_COL(LABEL, ADDED)
 
#define DEBUG_COL_NO(LABEL, ADDED)
 

Functions

std::string gnsstk::StringUtils::floatFormat (double d, FFLead lead, unsigned mantissa, unsigned exponent, unsigned width, char expChar, FFSign sign, FFAlign align)
 
void gnsstk::StringUtils::hexDumpData (const std::string &data, std::ostream &s, const HexDumpDataConfig &cfg)
 

Macro Definition Documentation

◆ DEBUG_COL

#define DEBUG_COL (   LABEL,
  ADDED 
)

Definition at line 56 of file StringUtils.cpp.

◆ DEBUG_COL_NO

#define DEBUG_COL_NO (   LABEL,
  ADDED 
)
Value:
if (ADDED > 0) \
std::cerr << std::string(ADDED,LABEL) << std::flush;

Definition at line 52 of file StringUtils.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43