Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JACOUSTICS::JFilenames Struct Reference

Auxiliary data structure for handling of file names. More...

Public Member Functions

JFilenamesstrip ()
 Strip leading and trailing white spaces.
 

Public Attributes

std::string detector
 detector
 
std::string tripod
 tripod
 
std::string hydrophone
 hydrophone
 
std::string transmitter
 transmitter
 

Detailed Description

Auxiliary data structure for handling of file names.

Definition at line 98 of file JSydney.cc.

Member Function Documentation

◆ strip()

JFilenames & JACOUSTICS::JFilenames::strip ( )
inline

Strip leading and trailing white spaces.

Returns
file names

Definition at line 104 of file JSydney.cc.

105 {
110
111 return *this;
112 }
std::string strip(const std::string &file_name)
Strip leading and trailing white spaces from file name.
Detector file.
Definition JHead.hh:227
std::string transmitter
transmitter
Definition JSydney.cc:117
std::string hydrophone
hydrophone
Definition JSydney.cc:116
std::string tripod
tripod
Definition JSydney.cc:115

Member Data Documentation

◆ detector

std::string JACOUSTICS::JFilenames::detector

detector

Definition at line 114 of file JSydney.cc.

◆ tripod

std::string JACOUSTICS::JFilenames::tripod

tripod

Definition at line 115 of file JSydney.cc.

◆ hydrophone

std::string JACOUSTICS::JFilenames::hydrophone

hydrophone

Definition at line 116 of file JSydney.cc.

◆ transmitter

std::string JACOUSTICS::JFilenames::transmitter

transmitter

Definition at line 117 of file JSydney.cc.


The documentation for this struct was generated from the following file: