53#if defined (WOSS_NETCDF_SUPPORT)
127 virtual const
char*
what() const throw();
197 #define WOSS_EXCEPTION_INFO(err_type, info) throw WossException(err_type, __FILE__, __LINE__, __FUNCTION__, info)
199 #define WOSS_EXCEPTION(err_type) throw WossException(err_type, __FILE__, __LINE__, __FUNCTION__, "")
225 virtual std::unique_ptr<TimeReference>
clone()
const override {
return std::make_unique<TestTimeReference>(*
this); }
426#if defined (WOSS_NETCDF_SUPPORT)
427#if defined (WOSS_NETCDF4_SUPPORT)
546#if defined (WOSS_NETCDF4_SUPPORT)
1224#if defined (WOSS_NETCDF_SUPPORT)
1225#if defined (WOSS_NETCDF4_SUPPORT)
1238#if defined (WOSS_NETCDF4_SUPPORT)
Definitions and library for woss::Altimetry class.
Provides the interface for woss::BathyGebcoDbCreator class.
Provides the interface for woss::BellhopCreator class.
Class for managing dynamic instantiation of foundation classes.
Definition definitions-handler.h:63
virtual double getTimeReference() const
Definition woss-test.h:236
TestTimeReference(const TestTimeReference ©)=default
double time_reference
Definition woss-test.h:243
virtual std::unique_ptr< TimeReference > clone() const override
Definition woss-test.h:225
TestTimeReference(TestTimeReference &&tmp)=default
TestTimeReference()
Definition woss-test.h:211
void setTimeReference(double time)
Definition woss-test.h:231
virtual ~TestTimeReference() override=default
Class for simulation time reference purposes.
Definition time-definitions.h:54
WossException(WossErrorType error_type_, const char *file_, int line_, const char *func_, const char *info_)
Definition woss-test.cpp:80
static constexpr int CHAR_ARR_LENGTH
Definition woss-test.h:95
const char * getFile() const
Definition woss-test.h:139
char file[CHAR_ARR_LENGTH]
Definition woss-test.h:176
static void printAndExit(const std::exception *e)
Definition woss-test.cpp:101
const char * getFunc() const
Definition woss-test.h:151
WossException(const WossException ©)=default
WossErrorType error_type
Definition woss-test.h:171
WossErrorType getErrorType() const
Definition woss-test.h:133
char what_str[4 *CHAR_ARR_LENGTH]
Definition woss-test.h:193
int getLine() const
Definition woss-test.h:145
const char * getInfo() const
Definition woss-test.h:157
char func[CHAR_ARR_LENGTH]
Definition woss-test.h:185
int line
Definition woss-test.h:181
char info[CHAR_ARR_LENGTH]
Definition woss-test.h:189
virtual const char * what() const
Definition woss-test.cpp:95
virtual ~WossException() override=default
double min_angle
woss object configuration: minimum vertical angle in decimal degrees
Definition woss-test.h:1271
double getWossMinAngle() const
Definition woss-test.h:865
bool res_db_use_time_arr
set up the woss result databases data format: power delay profile.
Definition woss-test.h:1214
std::unique_ptr< Sediment > sediment_proto
Sediment prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1199
std::shared_ptr< ResPressureBinDbCreator > res_db_creator_press_bin
the helper will automatically allocate the desired result database creator based on current configura...
Definition woss-test.h:1219
WossTest & setWossBellhopArraySyntax(BellhopArrSyntax syntax)
Definition woss-test.h:1029
WossTest & setBathyDbDebug(bool flag)
Definition woss-test.h:579
void config()
Definition woss-test.cpp:230
WossTest & setBathyDbCreatorDebug(bool flag)
Definition woss-test.h:566
bool woss_db_manager_debug
enable/disable the debug prints of the woss DB manager object.
Definition woss-test.h:1250
bool getWossUseThorpeAtt() const
Definition woss-test.h:891
WossTest & setWossSspDepthPrecision(double precision)
Definition woss-test.h:898
double getWossTxMaxDepthOffset() const
Definition woss-test.h:748
WossTest & setWossBellhopShdSyntax(BellhopShdSyntax syntax)
Definition woss-test.h:1042
double evolution_time_quantum
woss object configuration: evolution time quantum
Definition woss-test.h:1257
WossTest & setWossManagerDebug(bool flag)
Definition woss-test.h:1095
WossTest & setWossMinAngle(double angle)
Definition woss-test.h:859
bool bathy_db_creator_debug
enable/disable the debug prints of the woss Bathymetry database creator.
Definition woss-test.h:1243
bool getWossDbManagerDebug() const
Definition woss-test.h:626
double getWossNormalizedSspDepthSteps() const
Definition woss-test.h:918
WossTest & setWossManagerUseMultiThread(bool flag)
Definition woss-test.h:1147
double ssp_depth_precision
woss object configuration: SSP depth precision in meters
Definition woss-test.h:1274
double getWossRxMaxRangeOffset() const
Definition woss-test.h:839
WossTest & setWossFrequencyStep(double step)
Definition woss-test.h:701
unsigned int concurrent_threads
number of concurrent threads (0 = auto).
Definition woss-test.h:1293
std::unique_ptr< TimeArr > time_arr_proto
TimeArr prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1201
double rx_max_range_offset
woss object configuration: receiver max range offset in meters
Definition woss-test.h:1269
bool ssp_db_debug
enable/disable the debug prints of the woss SSP database.
Definition woss-test.h:1236
WossTest(const WossTest ©)=delete
int total_rx_ranges
woss object configuration: receiver range sampling
Definition woss-test.h:1267
bool getBathyDbCreatorDebug() const
Definition woss-test.h:572
double woss_manager_space_sampling
woss manager space sampling in meters
Definition woss-test.h:1294
WossTest & setWossTotalRangeSteps(double step)
Definition woss-test.h:715
bool getWossManagerTimeEvoActive() const
Definition woss-test.h:1114
std::string sedim_db_marsden_one_file_path
setup the path of the sediment database indexed by geographical coordinates with marsden one square r...
Definition woss-test.h:1232
WossTest & setSedimDbCoordFilePath(const std::string &path)
Definition woss-test.h:473
std::string res_db_file_path
set up the woss result database file path
Definition woss-test.h:1217
bool getResDbDebug() const
Definition woss-test.h:344
double getWossRxMinRangeOffset() const
Definition woss-test.h:826
BellhopArrSyntax bellhop_arr_syntax
woss object configration: Bellhop Arr file syntax to be used during .arr file parsing
Definition woss-test.h:1284
WossTest & setWossTotalRxDepths(int rx_depths)
Definition woss-test.h:768
double normalized_ssp_depth_steps
woss object configuration: SSP depth quantization steps
Definition woss-test.h:1275
int total_runs
woss object configuration: total number of channel simulator runs
Definition woss-test.h:1258
BellhopShdSyntax bellhop_shd_syntax
woss object configration: Bellhop Shd file syntax to be used during .shd file parsing
Definition woss-test.h:1285
bool res_db_use_pressure
set up the woss result databases data format: single pressure tap.
Definition woss-test.h:1215
double tx_max_depth_offset
woss object configuration: transmitter max offset in meters
Definition woss-test.h:1262
std::shared_ptr< WossManagerSimple< WossManagerResDb > > woss_manager_simple
the helper will automatically allocate the desired woss manager based on current configuration.
Definition woss-test.h:1297
WossTest & setWossBellhopBeamOptions(const std::string &options)
Definition woss-test.h:977
double getWossTxMinDepthOffset() const
Definition woss-test.h:735
double getResDbSpaceSampling() const
Definition woss-test.h:398
WossTest & setSedimDbDebug(bool flag)
Definition woss-test.h:460
WossTest & setWossTotalTransmitters(int transmitters)
Definition woss-test.h:755
WossTest & setWossBellhopBathyMethod(const std::string &type)
Definition woss-test.h:1003
WossTest & setWossTxMaxDepthOffset(double offset)
Definition woss-test.h:742
WossTest & setResDbDebug(bool flag)
Definition woss-test.h:338
WossTest & operator=(WossTest &&tmp)=delete
double getWossRxMinDepthOffset() const
Definition woss-test.h:787
double getWossTotalRays() const
Definition woss-test.h:852
bool time_evolution_active
enable/disable the time evolution feature.
Definition woss-test.h:1292
WossTest & setWossRxMinDepthOffset(double offset)
Definition woss-test.h:781
std::string getResDbFilePath() const
Definition woss-test.h:411
int getWossTotalRxDepths() const
Definition woss-test.h:774
bool res_db_debug
enable/disable the debug prints of the woss result databases.
Definition woss-test.h:1212
bool getResDbUseTimeArr() const
Definition woss-test.h:371
std::string getResDbFileName() const
Definition woss-test.h:424
double frequency_step
woss object configuration: number of frequency steps
Definition woss-test.h:1259
virtual ~WossTest()=default
bool getSspDbCreatorDebug() const
Definition woss-test.h:518
WossTest & setWossBellhopPath(const std::string &path)
Definition woss-test.h:938
bool woss_controller_debug
enable/disable the debug prints of the woss conteroller
Definition woss-test.h:1303
bool getWossClearWorkDir() const
Definition woss-test.h:665
WossTest & setBathyDbGebcoFormat(GEBCO_BATHY_TYPE type)
Definition woss-test.h:592
std::unique_ptr< TimeReference > time_ref_proto
TimeReference prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1207
std::string res_db_file_name
set up the woss result database file name (without path)
Definition woss-test.h:1218
WossTest & setWossTransducerHandlerDebug(bool flag)
Definition woss-test.h:1173
double max_angle
woss object configuration: maximum vertical angle in decimal degrees
Definition woss-test.h:1272
WossTest & setWossManagerUseThreadPool(bool flag)
Definition woss-test.h:1160
std::unique_ptr< RandomGenerator > random_gen_proto
RandomGenerator prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1206
std::string getWossBellhopBathyType() const
Definition woss-test.h:996
double res_db_space_sampling
set up the woss result database 2D spatial sampling
Definition woss-test.h:1216
WossTest & setWossDebug(bool flag)
Definition woss-test.h:646
double rx_max_depth_offset
woss object configuration: receiver max depth offset in meters
Definition woss-test.h:1266
std::shared_ptr< WossManagerSimple< WossManagerResDbMT > > woss_manager_multi
the helper will automatically allocate the desired woss manaeger based on current configuration.
Definition woss-test.h:1298
bool getSedimDbDebug() const
Definition woss-test.h:466
bool res_db_use_binary
set up the woss result database format: binary or textual.
Definition woss-test.h:1213
DefHandler & def_handler
Definition Handler object allocated by the helper.
Definition woss-test.h:1209
double getWossRxMaxDepthOffset() const
Definition woss-test.h:800
std::string getWossWorkDirPath() const
Definition woss-test.h:931
WossTest & setSedimDeck41DbType(DECK41DbType type)
Definition woss-test.h:433
int total_rx_depths
woss object configuration: receiver depth sampling
Definition woss-test.h:1264
WossTest & setWossManagerTimeEvoActive(bool flag)
Definition woss-test.h:1108
SimTime getWossSimTime() const
Definition woss-test.h:1061
bool getSspDbDebug() const
Definition woss-test.h:531
bool getWossCreatorDebug() const
Definition woss-test.h:639
WossTest & setWossMaxAngle(double angle)
Definition woss-test.h:872
WossTest & setWossRandomGenStream(int stream)
Definition woss-test.h:312
std::string getBathyDbFilePath() const
Definition woss-test.h:612
WossTest(WossTest &&tmp)=delete
DECK41DbType getSedimDeck41DbType() const
Definition woss-test.h:439
double rx_min_range_offset
woss object configuration: receiver min range offset in meters
Definition woss-test.h:1268
WossTest & setWossManagerSpaceSampling(double sampling)
Definition woss-test.h:1134
DECK41DbType sedim_deck41_db_type
DECK41 db data format type.
Definition woss-test.h:1226
bool sedim_db_creator_debug
enable/disable the debug prints of the woss sediment database creator.
Definition woss-test.h:1228
double getWossEvolutionTimeQuantum() const
Definition woss-test.h:678
double box_range
woss object configuration: maximum range to trace rats to; longer rays will be ignored
Definition woss-test.h:1289
std::string ssp_db_file_path
setup the path of the woss monthly SSP database indexed by geographical coordinates
Definition woss-test.h:1237
double getWossTotalRangeSteps() const
Definition woss-test.h:722
std::string getSedimDbMarsdenOneFilePath() const
Definition woss-test.h:505
WossTest & setWossTotalRxRanges(int rx_ranges)
Definition woss-test.h:807
std::shared_ptr< BellhopCreator > bellhop_creator
the helper will automatically allocate the woss creator
Definition woss-test.h:1287
WossTest & setWossRxMaxDepthOffset(double offset)
Definition woss-test.h:794
bool woss_transducer_handler_debug
enable/disable the debug prints of the woss transducer handler.
Definition woss-test.h:1300
WossTest & setSedimDbCreatorDebug(bool flag)
Definition woss-test.h:447
double getWossBoxDepth() const
Definition woss-test.h:1074
WossTest & setWossRxMinRangeOffset(double offset)
Definition woss-test.h:820
bool woss_manager_use_multithread
enable/disable the multithread feature
Definition woss-test.h:1295
std::string bellhop_path
woss object configuration: path of the Bellhop executable
Definition woss-test.h:1277
int getWossRandomGenStream() const
Definition woss-test.h:318
WossTest & setResDbUseBinary(bool flag)
Definition woss-test.h:351
WossTest & setWossTotalRays(double rays)
Definition woss-test.h:846
BellhopShdSyntax getWossBellhopShdSyntax() const
Definition woss-test.h:1048
std::string bellhop_bathy_type
woss object configuration: Bellhop bathymetry type string
Definition woss-test.h:1281
WossTest & setWossTxMinDepthOffset(double offset)
Definition woss-test.h:729
std::shared_ptr< WossController > woss_controller
the helper will automatically allocate the woss controller.
Definition woss-test.h:1304
int getWossTotalTransmitters() const
Definition woss-test.h:761
GEBCO_BATHY_TYPE bathy_db_gebco_format
setup the the GEBCO database format
Definition woss-test.h:1245
std::string getSspDbFilePath() const
Definition woss-test.h:544
std::string getSedimDbCoordFilePath() const
Definition woss-test.h:479
SimTime sim_time
woss object configuration: woss simulation times (start and end sim times)
Definition woss-test.h:1286
std::string getWossBellhopBeamOptions() const
Definition woss-test.h:983
WossTest & setWossBellhopBathyType(const std::string &type)
Definition woss-test.h:990
bool debug
debug flag
Definition woss-test.h:1196
std::string work_dir_path
woss object configuration: path of the temporary directory
Definition woss-test.h:1276
virtual void doConfig()=0
bool ssp_db_creator_debug
enable/disable the debug prints of the woss SSP database creator.
Definition woss-test.h:1235
WossTest & setSedimDbMarsdenFilePath(const std::string &path)
Definition woss-test.h:486
bool woss_manager_debug
enable/disable the debug prints of the woss manager.
Definition woss-test.h:1291
std::unique_ptr< Location > location_proto
Location prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1204
bool getResDbCreatorDebug() const
Definition woss-test.h:331
WossTest & setWossEvolutionTimeQuantum(double time)
Definition woss-test.h:672
WossTest & setWossSimTime(const SimTime &time)
Definition woss-test.h:1055
WossTest & setSspDbFilePath(const std::string &path)
Definition woss-test.h:538
std::unique_ptr< SSP > ssp_proto
SSP prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1198
bool sedim_db_debug
enable/disable the debug prints of the woss sediment database.
Definition woss-test.h:1229
std::unique_ptr< Pressure > pressure_proto
Pressure prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1200
WossTest & setWossCreatorDebug(bool flag)
Definition woss-test.h:633
std::shared_ptr< BathyGebcoDbCreator > bathy_db_creator
the helper will automatically allocate the woss GEBCO bathymetry db creator
Definition woss-test.h:1247
bool initialized
initialization complete flag.
Definition woss-test.h:1306
WOADbType getSspWoaDbType() const
Definition woss-test.h:558
WossTest & setWossBellhopBinName(const std::string &name)
Definition woss-test.h:951
bool woss_clear_work_dir
woss object configuration: clear the temporary files created by the underlying channel simulator
Definition woss-test.h:1256
WossTest & setBathyDbFilePath(const std::string &path)
Definition woss-test.h:605
std::string sedim_db_marsden_file_path
setup the path of the sediment database indexed by geographical coordinates with marsden square resol...
Definition woss-test.h:1231
std::shared_ptr< ResPressureTxtDbCreator > res_db_creator_press_txt
the helper will automatically allocate the desired result database creator based on current configura...
Definition woss-test.h:1220
bool woss_creator_debug
enable/disable the debug prints of the woss creator.
Definition woss-test.h:1254
bool getWossManagerUseMultiThread() const
Definition woss-test.h:1153
WossTest & setWossBellhopAltimType(const std::string &type)
Definition woss-test.h:1016
double tx_min_depth_offset
woss object configuration: transmitter min offset in meters
Definition woss-test.h:1261
bool use_thorpe_att
woss object configuration: use thorpe attenuation in channel computation
Definition woss-test.h:1273
WossTest & setSspWoaDbType(WOADbType type)
Definition woss-test.h:552
std::shared_ptr< SedimDeck41DbCreator > sedim_db_creator
the helper will automatically allocate the woss sediment database creator
Definition woss-test.h:1233
bool getWossDebug() const
Definition woss-test.h:652
double getWossManagerSpaceSampling() const
Definition woss-test.h:1140
double total_rays
woss object configuration: total number of rays (0 = automatic)
Definition woss-test.h:1270
bool getResDbUseBinary() const
Definition woss-test.h:357
WossTest & setResDbCreatorDebug(bool flag)
Definition woss-test.h:325
WossTest & setSspDbCreatorDebug(bool flag)
Definition woss-test.h:512
bool getWossManagerDebug() const
Definition woss-test.h:1101
double getWossBoxRange() const
Definition woss-test.h:1087
bool getWossTransducerHandlerDebug() const
Definition woss-test.h:1179
WossTest & setWossControllerDebug(bool flag)
Definition woss-test.h:1186
WossTest & setResDbFileName(const std::string &file_name)
Definition woss-test.h:418
std::string sedim_db_coord_file_path
setup the path of the sediment database indexed by geographical coordinates with decimal degrees reso...
Definition woss-test.h:1230
double getWossSspDepthPrecision() const
Definition woss-test.h:905
bool woss_manager_use_thread_pool
enable/disable woss::ThreadPool usage
Definition woss-test.h:1296
WossTest & setWossClearWorkDir(bool flag)
Definition woss-test.h:659
int getWossTotalRuns() const
Definition woss-test.h:693
std::shared_ptr< WossDbManager > woss_db_manager
the helper will automatically allocate the woss DB manager
Definition woss-test.h:1252
double getWossFrequencyStep() const
Definition woss-test.h:707
WossTest & setWossWorkDirPath(const std::string &path)
Definition woss-test.h:925
WossTest & setWossBoxRange(double range)
Definition woss-test.h:1081
double rx_min_depth_offset
woss object configuration: receiver min depth offset in meters
Definition woss-test.h:1265
WossTest & setWossDbManagerDebug(bool flag)
Definition woss-test.h:620
std::shared_ptr< TransducerHandler > woss_transducer_handler
the helper will automatically allocate the woss Transducer handler.
Definition woss-test.h:1301
std::string bathy_db_file_path
setup the path of the woss GEBCO database
Definition woss-test.h:1246
std::string bellhop_beam_options
woss object configuration: Bellhop beam option string
Definition woss-test.h:1280
bool getWossControllerDebug() const
Definition woss-test.h:1192
WossTest & setWossUseThorpeAtt(bool flag)
Definition woss-test.h:885
bool res_db_creator_debug
enable/disable the debug prints of the woss results database creator.
Definition woss-test.h:1211
WossTest & setWossBoxDepth(double depth)
Definition woss-test.h:1068
std::string getWossBellhopBinName() const
Definition woss-test.h:957
std::string getWossBellhopPath() const
Definition woss-test.h:944
int getWossManagerThreads() const
Definition woss-test.h:1127
int getWossTotalRxRanges() const
Definition woss-test.h:813
int total_transmitters
woss object configuration: total number of transmitting sources
Definition woss-test.h:1263
bool getSedimDbCreatorDebug() const
Definition woss-test.h:453
std::string bellhop_bathy_method
woss object configuration: Bathymetry write method string
Definition woss-test.h:1282
std::string getWossBellhopBathyMethod() const
Definition woss-test.h:1009
WossTest & setSedimDbMarsdenOneFilePath(const std::string &path)
Definition woss-test.h:499
WossTest & setResDbSpaceSampling(double sampling)
Definition woss-test.h:392
WossTest & setSspDbDebug(bool flag)
Definition woss-test.h:525
BellhopArrSyntax getWossBellhopArraySyntax() const
Definition woss-test.h:1035
double getWossMaxAngle() const
Definition woss-test.h:878
double box_depth
woss object configuration: maximum depth to trace rays to; deeper rays will be ignored
Definition woss-test.h:1288
WossTest()
Definition woss-test.cpp:116
WossTest & setWossTestDebug(bool flag)
Definition woss-test.h:299
std::string bellhop_bin_name
woss object configuration: Bellhop binary name
Definition woss-test.h:1278
std::shared_ptr< SspWoa2005DbCreator > ssp_db_creator
the helper will automatically allocate the woss sediment database creator
Definition woss-test.h:1241
std::unique_ptr< Transducer > transducer_proto
Transducer prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1202
GEBCO_BATHY_TYPE getBathyDbGebcoFormat() const
Definition woss-test.h:598
bool woss_debug
enable/disable the debug prints of all woss objects
Definition woss-test.h:1255
std::string bellhop_mode
woss object configuration: Bellhop mode string
Definition woss-test.h:1279
std::shared_ptr< ResTimeArrTxtDbCreator > res_db_creator_time_arr_txt
the helper will automatically allocate the desired result database creator based on current configura...
Definition woss-test.h:1222
std::unique_ptr< AltimBretschneider > altim_bret_proto
AltimBretschneider prototype which will be plugged into the WOSS framework.
Definition woss-test.h:1203
std::string getSedimDbMarsdenFilePath() const
Definition woss-test.h:492
bool bathy_db_debug
enable/disable the debug prints of the woss Bathymetry database (GEBCO).
Definition woss-test.h:1244
WossTest & setWossRxMaxRangeOffset(double offset)
Definition woss-test.h:833
WossTest & setResDbUsePressure(bool flag)
Definition woss-test.h:379
WossTest & setWossBellhopMode(const std::string &mode)
Definition woss-test.h:964
std::string getWossBellhopMode() const
Definition woss-test.h:970
WossTest & setWossNormalizedSspDepthSteps(double steps)
Definition woss-test.h:912
double total_range_steps
woss object configuration: tx - rx range sampling in meters
Definition woss-test.h:1260
void run()
Definition woss-test.cpp:443
WossTest & setWossTotalRuns(int runs)
Definition woss-test.h:686
bool getBathyDbDebug() const
Definition woss-test.h:585
bool getResDbUsePressure() const
Definition woss-test.h:385
std::string bellhop_altim_type
woss object configuration: Bellhop Altimetry type string
Definition woss-test.h:1283
WossTest & setWossManagerThreads(unsigned int threads)
Definition woss-test.h:1121
bool getWossTestDebug() const
Definition woss-test.h:305
WossTest & operator=(const WossTest ©)=delete
std::string getWossBellhopAltimType() const
Definition woss-test.h:1022
void init()
Definition woss-test.cpp:235
WossTest & setResDbFilePath(const std::string &path)
Definition woss-test.h:405
WOADbType ssp_woa_db_type
WOA SSP Db Type.
Definition woss-test.h:1239
bool getWossManagerUseThreadPool() const
Definition woss-test.h:1166
int woss_random_gen_stream
random generator used by the WOSS framework.
Definition woss-test.h:1205
std::shared_ptr< ResTimeArrBinDbCreator > res_db_creator_time_arr_bin
the helper will automatically allocate the desired result database creator based on current configura...
Definition woss-test.h:1221
WossTest & setResDbUseTimeArr(bool flag)
Definition woss-test.h:365
Definition ac-toolbox-arr-asc-reader.h:44
WOADbType
Definition ssp-woa2005-db.h:98
DECK41DbType
Definition sediment-deck41-coord-db.h:75
WossErrorType
Definition woss-test.h:68
@ WOSS_ERROR_INSUFFICIENT_PERMISSIONS
the requester of the operation does not have sufficient permissions (access rights etc)
Definition woss-test.h:76
@ WOSS_ERROR_OUT_OF_RANGE_PARAM
a parameter passed to the function is outside the valid range
Definition woss-test.h:71
@ WOSS_ERROR_UNKNOWN
Definition woss-test.h:79
@ WOSS_ERROR_NO_ERROR
Definition woss-test.h:69
@ WOSS_ERROR_OUT_OF_HANDLES
there is no free handle available
Definition woss-test.h:78
@ WOSS_ERROR_INVALID_PARAM
a parameter passed to the function is invalid
Definition woss-test.h:72
@ WOSS_ERROR_IO_ERROR
an I/O error occurred
Definition woss-test.h:77
@ WOSS_ERROR_OUT_OF_MEMORY
out of memory
Definition woss-test.h:70
@ WOSS_ERROR_UNEXPECTED_EXCEPTION
Definition woss-test.h:80
@ WOSS_ERROR_WRONG_STATE
the requested operation is not possible/allowed in the current state
Definition woss-test.h:74
@ WOSS_ERROR_TIMEOUT
timeout has occurred
Definition woss-test.h:73
@ WOSS_ERROR_BAD_FORMAT
data is not in the expected format
Definition woss-test.h:75
BellhopArrSyntax
Definition bellhop-woss.h:63
BellhopShdSyntax
Definition bellhop-woss.h:73
GEBCO_BATHY_TYPE
Definition bathymetry-gebco-db.h:114
Definitions and library for woss::Pressure class.
Provides the interface for woss::ResPressureBinDbCreator class.
Provides the interface for woss::ResPressureTxtDbCreator class.
Provides the interface for woss::ResTimeArrBinDbCreator class.
Provides the interface for woss::ResTimeArrTxtDbCreator class.
Provides the interface for woss::SedimDeck41DbCreator class.
Definitions and library for woss::Sediment class.
Definitions and library for Sound Speed Profiles.
Provides the interface for woss::SspWoa2005DbCreator class.
Struct that stores start and end Time.
Definition time-definitions.h:336
Definitions and library for woss::TimeArr class.
Provides the interface for the woss::Transducer class.
Provides the interface for the woss::transducer::TransducerHandler class.
Provides the interface for woss::WossController class.
Provides the interface for woss::WossManagerSimple class.