|
GTXclient C API
GTXserver-16.0.2
|
Information on Fault System associated with a given file. More...
#include <GTXClient.h>
Data Fields | |
| int | faults_2d |
| int | aux_var_used |
| int | faults_number |
| int | segments_number |
| int | min_fpriority |
| int | max_fpriority |
| int | auth_priority |
Information on Fault System associated with a given file.
| int GTXFaultInfo::auth_priority |
Authorized priority (minimum taken into account)
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::aux_var_used |
Auxiliary variables are used
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::faults_2d |
Faults are defined in 2D
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::faults_number |
Total Number of faults
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::max_fpriority |
Maximum fault priority
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::min_fpriority |
Minimum fault priority
Referenced by GTXClientGetFileInfo().
| int GTXFaultInfo::segments_number |
Total Number of segments
Referenced by GTXClientGetFileInfo().