HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_SCFCommon.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_SCFCommon.h
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef UT_SCFCOMMON_H_
12 #define UT_SCFCOMMON_H_
13 
15 
16 /// -1 means to use environment option
17 #define UT_SCF_BLOSC_COMPRESSION_LEVEL (-1)
18 #define UT_SCF_HEADER_MAGIC "scf1"
19 #define UT_SCF_FOOTER_MAGIC "1fcs"
20 
21 #endif // UT_SCFCOMMON_H_