![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <dbnamedefs.h>
Public Attributes | |
| int | mask |
| char | table [DB_TABLE_LEN+1] |
| char | well [DB_WELL_LEN+1] |
| int | sp |
| int | mod |
Structure for data base name presentation Format of file name is: `VSP.well-name.sp-num.table-name.mod-num' or `VSP.table-name' for list of tables where sp-num and mod-num must be greater than zero and consist of less than 4 digits.
| int dbNameStruct::mask |
OR-ed: DB_TABLE, DB_WELL, DB_SP, DB_MOD, DB_LIST
| int dbNameStruct::mod |
modification number
| int dbNameStruct::sp |
shot point number
| char dbNameStruct::table[DB_TABLE_LEN+1] |
symbolic name of table
| char dbNameStruct::well[DB_WELL_LEN+1] |
symbolic name of well
1.8.5