UltraScan III
Classes | Macros
us_tar.h File Reference
#include <QtCore>
#include "us_extern.h"
Include dependency graph for us_tar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  US_Tar
 
struct  US_Tar::posix_header
 

Macros

#define TAR_OK   0
 
#define TAR_CANNOTCREATE   1
 
#define TAR_NOTFOUND   2
 
#define TAR_CANTSTAT   3
 
#define TAR_FILENAMETOOLONG   4
 
#define TAR_INTERNAL   5
 
#define TAR_READERROR   6
 
#define TAR_WRITEERROR   7
 
#define TAR_ARCHIVEERROR   8
 
#define TAR_MKDIRFAILED   9
 
#define BLOCK_SIZE   512
 
#define BLOCKING_FACTOR   20
 

Macro Definition Documentation

#define BLOCK_SIZE   512

Definition at line 91 of file us_tar.h.

#define BLOCKING_FACTOR   20

Definition at line 92 of file us_tar.h.

#define TAR_ARCHIVEERROR   8

Definition at line 17 of file us_tar.h.

#define TAR_CANNOTCREATE   1

Definition at line 10 of file us_tar.h.

#define TAR_CANTSTAT   3

Definition at line 12 of file us_tar.h.

#define TAR_FILENAMETOOLONG   4

Definition at line 13 of file us_tar.h.

#define TAR_INTERNAL   5

Definition at line 14 of file us_tar.h.

#define TAR_MKDIRFAILED   9

Definition at line 18 of file us_tar.h.

#define TAR_NOTFOUND   2

Definition at line 11 of file us_tar.h.

#define TAR_OK   0

Definition at line 9 of file us_tar.h.

#define TAR_READERROR   6

Definition at line 15 of file us_tar.h.

#define TAR_WRITEERROR   7

Definition at line 16 of file us_tar.h.