MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
lt_utilStatusStrings.h
Go to the documentation of this file.
1 /* $Id$ */
2 /* //////////////////////////////////////////////////////////////////////////
3 // //
4 // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
5 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6 // prohibited. Access to and use of this code is permitted only under //
7 // license from LizardTech, Inc. Portions of the code are protected by //
8 // US and foreign patents and other filings. All Rights Reserved. //
9 // //
11 /* PUBLIC */
12 
13 #ifndef LT_UTILSTATUSSTRINGS_H
14 #define LT_UTILSTATUSSTRINGS_H
15 
16 // lt_lib_base
17 #include "lt_base.h"
18 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
42 extern const char* getRawStatusString(LT_STATUS code);
43 
44 
55 extern const char* getLastStatusString(LT_STATUS code);
56 
57 
69 
70 
80 
81 
82 #ifdef __cplusplus
83 }
84 #endif
85 
86 #endif // LT_UTILSTATUSSTRINGS_H
LT_STATUS initializeStatusStrings()
initialize the status strings reporting system
Include file for all LizardTech sources.
lt_uint32 LT_STATUS
An integral status code.
Definition: lt_status.h:39
LT_STATUS terminateStatusStrings()
close out the status strings reporting system
const char * getRawStatusString(LT_STATUS code)
return a "raw" status string
const char * getLastStatusString(LT_STATUS code)
return a formatted status string

LizardTech