gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GmshMessage.cpp File Reference
#include "GmshConfig.h"
#include <unistd.h>
#include <clocale>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include <sys/stat.h>
#include "GmshMessage.h"
#include "GmshSocket.h"
#include "GmshGlobal.h"
#include "GModel.h"
#include "Options.h"
#include "Context.h"
#include "OpenFile.h"
#include "StringUtils.h"
#include "OS.h"
#include "gmshLocalNetworkClient.h"
Include dependency graph for GmshMessage.cpp:

Go to the source code of this file.

Functions

static void addGmshPathToEnvironmentVar (const std::string &name)
 
static int streamIsFile (FILE *stream)
 
static int streamIsVT100 (FILE *stream)
 

Function Documentation

◆ addGmshPathToEnvironmentVar()

static void addGmshPathToEnvironmentVar ( const std::string &  name)
static

Definition at line 104 of file GmshMessage.cpp.

Referenced by Msg::Initialize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ streamIsFile()

static int streamIsFile ( FILE *  stream)
static

Definition at line 393 of file GmshMessage.cpp.

Referenced by Msg::Direct(), Msg::Error(), Msg::PrintErrorCounter(), Msg::ProgressMeter(), and Msg::Warning().

Here is the caller graph for this function:

◆ streamIsVT100()

static int streamIsVT100 ( FILE *  stream)
static

Definition at line 403 of file GmshMessage.cpp.

Referenced by Msg::Direct(), Msg::Error(), Msg::PrintErrorCounter(), and Msg::Warning().

Here is the caller graph for this function: