|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <ss_types.h>
Data Fields | |
| int | context |
| int | fd |
| int | file_type |
| int | format |
| int | machine_format |
| int | mode |
| char | node [SS_MAXHOSTLEN] |
| char | path [SS_MAXPATHLEN] |
| int | translate |
File descriptor entry
Definition at line 42 of file ss_types.h.
| int SS_file_descriptor_t::context |
Context of the file - USER vs. EIM
Definition at line 44 of file ss_types.h.
| int SS_file_descriptor_t::fd |
The file descriptor on a particular machine
Definition at line 43 of file ss_types.h.
| int SS_file_descriptor_t::file_type |
File/directory flag
Definition at line 45 of file ss_types.h.
| int SS_file_descriptor_t::format |
Type of file - binary or text
Definition at line 46 of file ss_types.h.
| int SS_file_descriptor_t::machine_format |
Machine this came from
Definition at line 48 of file ss_types.h.
| int SS_file_descriptor_t::mode |
Protection mode
Definition at line 47 of file ss_types.h.
| char SS_file_descriptor_t::node[SS_MAXHOSTLEN] |
the node name for remote node
Definition at line 51 of file ss_types.h.
| char SS_file_descriptor_t::path[SS_MAXPATHLEN] |
The path name for the file
Definition at line 50 of file ss_types.h.
| int SS_file_descriptor_t::translate |
Translation flag SS_TRANSLATE or 0
Definition at line 49 of file ss_types.h.