X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=doxygen%2Fquery__parser_8h_source.html;h=3a02c6c53646593bd0d6ce4178814942c437b8c1;hb=c89ce8615decbedb34e5d50b260e570bd17f0d56;hp=b8b6ca1de71a2ed56fbfee2cd8bab2c73c14dda5;hpb=45b0b7b7beffbe99aeb203f7137c1128754a1cbb;p=openjpeg.git diff --git a/doxygen/query__parser_8h_source.html b/doxygen/query__parser_8h_source.html index b8b6ca1d..3a02c6c5 100644 --- a/doxygen/query__parser_8h_source.html +++ b/doxygen/query__parser_8h_source.html @@ -18,7 +18,7 @@
OpenJPEG -  2.1.2 +  2.2.0
@@ -83,8 +83,8 @@
29  * POSSIBILITY OF SUCH DAMAGE.
30  */
31 
-
32 #ifndef QUERY_PARSER_H_
-
33 # define QUERY_PARSER_H_
+
32 #ifndef QUERY_PARSER_H_
+
33 # define QUERY_PARSER_H_
34 
35 #include "opj_includes.h"
36 
@@ -92,86 +92,87 @@
39 
41 typedef enum cnew_transport { non, http, tcp, udp} cnew_transport_t;
42 
-
44 typedef enum image_return { JPPstream, JPTstream, UNKNOWN=-1} image_return_t;
+
44 typedef enum image_return { JPPstream, JPTstream, UNKNOWN = -1} image_return_t;
45 
-
47 typedef struct query_param{
-
48  char *target;
-
49  char *tid;
-
50  int fx, fy;
-
51  int rx, ry, rw, rh;
-
52  int layers;
-
53  int lastcomp;
-
54  OPJ_BOOL *comps;
-
55  char *cid;
-
56  cnew_transport_t cnew;
-
57  char *cclose;
-
58  int numOfcclose;
-
59  char box_type[MAX_NUMOFBOX][4];
-
60  int limit[MAX_NUMOFBOX];
-
61  OPJ_BOOL w[MAX_NUMOFBOX];
-
62  OPJ_BOOL s[MAX_NUMOFBOX];
-
63  OPJ_BOOL g[MAX_NUMOFBOX];
-
64  OPJ_BOOL a[MAX_NUMOFBOX];
-
65  OPJ_BOOL priority[MAX_NUMOFBOX];
-
66  int root_bin;
-
67  int max_depth;
-
68  OPJ_BOOL metadata_only;
-
69  image_return_t return_type;
-
70  int len;
-
71 } query_param_t;
-
72 
+
47 typedef struct query_param {
+
48  char *target;
+
49  char *tid;
+
50  int fx, fy;
+
51  int rx, ry, rw, rh;
+
52  int layers;
+
53  int lastcomp;
+
54  OPJ_BOOL *comps;
+
55  char *cid;
+
56  cnew_transport_t
+
57  cnew;
+
58  char *cclose;
+
59  int numOfcclose;
+
60  char box_type[MAX_NUMOFBOX][4];
+
61  int limit[MAX_NUMOFBOX];
+
62  OPJ_BOOL w[MAX_NUMOFBOX];
+
63  OPJ_BOOL s[MAX_NUMOFBOX];
+
64  OPJ_BOOL g[MAX_NUMOFBOX];
+
65  OPJ_BOOL a[MAX_NUMOFBOX];
+
66  OPJ_BOOL priority[MAX_NUMOFBOX];
+
67  int root_bin;
+
68  int max_depth;
+
69  OPJ_BOOL metadata_only;
+
70  image_return_t return_type;
+
71  int len;
+
72 } query_param_t;
73 
-
80 query_param_t * parse_query( const char *query_string);
-
81 
-
87 void print_queryparam( query_param_t query_param);
-
88 
+
74 
+
81 query_param_t * parse_query(const char *query_string);
+
82 
+
88 void print_queryparam(query_param_t query_param);
89 
-
95 void delete_query( query_param_t **query);
-
96 
-
97 #endif /* !QUERY_PARSER_H_ */
-
query_param::metadata_only
OPJ_BOOL metadata_only
metadata-only request
Definition: query_parser.h:68
-
query_param::a
OPJ_BOOL a[MAX_NUMOFBOX]
Definition: query_parser.h:64
+
90 
+
96 void delete_query(query_param_t **query);
+
97 
+
98 #endif /* !QUERY_PARSER_H_ */
+
query_param::metadata_only
OPJ_BOOL metadata_only
metadata-only request
Definition: query_parser.h:69
+
query_param::a
OPJ_BOOL a[MAX_NUMOFBOX]
Definition: query_parser.h:65
query_param::fy
int fy
frame size (fx,fy)
Definition: query_parser.h:50
OPJ_BOOL
int OPJ_BOOL
Definition: openjpeg.h:110
-
query_param::limit
int limit[MAX_NUMOFBOX]
limit value, -1: skeleton request "r", 0: entire contents
Definition: query_parser.h:60
+
query_param::limit
int limit[MAX_NUMOFBOX]
limit value, -1: skeleton request "r", 0: entire contents
Definition: query_parser.h:61
JPTstream
Definition: query_parser.h:44
query_param::lastcomp
int lastcomp
last component number
Definition: query_parser.h:53
query_param::cid
char * cid
channel identifier
Definition: query_parser.h:55
-
query_param::max_depth
int max_depth
max-depth
Definition: query_parser.h:67
-
query_param::priority
OPJ_BOOL priority[MAX_NUMOFBOX]
priority flag
Definition: query_parser.h:65
+
query_param::max_depth
int max_depth
max-depth
Definition: query_parser.h:68
+
query_param::priority
OPJ_BOOL priority[MAX_NUMOFBOX]
priority flag
Definition: query_parser.h:66
query_param::rh
int rh
roi region
Definition: query_parser.h:51
UNKNOWN
Definition: query_parser.h:44
query_param::target
char * target
target name
Definition: query_parser.h:48
-
query_param::w
OPJ_BOOL w[MAX_NUMOFBOX]
Metadata request qualifier flags.
Definition: query_parser.h:61
+
query_param::w
OPJ_BOOL w[MAX_NUMOFBOX]
Metadata request qualifier flags.
Definition: query_parser.h:62
query_param::ry
int ry
Definition: query_parser.h:51
query_param::rx
int rx
Definition: query_parser.h:51
-
print_queryparam
void print_queryparam(query_param_t query_param)
print query parameters
Definition: query_parser.c:225
-
query_param::return_type
image_return_t return_type
image return type
Definition: query_parser.h:69
-
query_param::g
OPJ_BOOL g[MAX_NUMOFBOX]
Definition: query_parser.h:63
+
print_queryparam
void print_queryparam(query_param_t query_param)
print query parameters
Definition: query_parser.c:238
+
query_param::return_type
image_return_t return_type
image return type
Definition: query_parser.h:70
+
query_param::g
OPJ_BOOL g[MAX_NUMOFBOX]
Definition: query_parser.h:64
cnew_transport_t
enum cnew_transport cnew_transport_t
cnew aux transport name
parse_query
query_param_t * parse_query(const char *query_string)
parse query
Definition: query_parser.c:88
query_param::rw
int rw
Definition: query_parser.h:51
query_param::comps
OPJ_BOOL * comps
components (dynamic array) for jpp-stream, null means all components
Definition: query_parser.h:54
udp
Definition: query_parser.h:41
-
query_param::cnew
cnew_transport_t cnew
transport name if there is new channel request, else non
Definition: query_parser.h:56
+
query_param::cnew
cnew_transport_t cnew
transport name if there is new channel request, else non
Definition: query_parser.h:57
MAX_NUMOFBOX
#define MAX_NUMOFBOX
maximum number of meta request box
Definition: query_parser.h:38
query_param
Query parameters.
Definition: query_parser.h:47
query_param_t
struct query_param query_param_t
Query parameters.
JPPstream
Definition: query_parser.h:44
-
query_param::root_bin
int root_bin
root-bin
Definition: query_parser.h:66
-
query_param::len
int len
maximum response length
Definition: query_parser.h:70
-
query_param::box_type
char box_type[MAX_NUMOFBOX][4]
interested box-types
Definition: query_parser.h:59
+
query_param::root_bin
int root_bin
root-bin
Definition: query_parser.h:67
+
query_param::len
int len
maximum response length
Definition: query_parser.h:71
+
query_param::box_type
char box_type[MAX_NUMOFBOX][4]
interested box-types
Definition: query_parser.h:60
query_param::tid
char * tid
target identifier
Definition: query_parser.h:49
-
delete_query
void delete_query(query_param_t **query)
delete query
Definition: query_parser.c:411
+
delete_query
void delete_query(query_param_t **query)
delete query
Definition: query_parser.c:449
cnew_transport
cnew_transport
cnew aux transport name
Definition: query_parser.h:41
-
query_param::numOfcclose
int numOfcclose
number of closing channels
Definition: query_parser.h:58
-
query_param::s
OPJ_BOOL s[MAX_NUMOFBOX]
Definition: query_parser.h:62
+
query_param::numOfcclose
int numOfcclose
number of closing channels
Definition: query_parser.h:59
+
query_param::s
OPJ_BOOL s[MAX_NUMOFBOX]
Definition: query_parser.h:63
image_return
image_return
image return type
Definition: query_parser.h:44
http
Definition: query_parser.h:41
query_param::fx
int fx
Definition: query_parser.h:50
opj_includes.h
image_return_t
enum image_return image_return_t
image return type
-
query_param::cclose
char * cclose
list of closing channel identifiers, separated by '\0'
Definition: query_parser.h:57
+
query_param::cclose
char * cclose
list of closing channel identifiers, separated by '\0'
Definition: query_parser.h:58
query_param::layers
int layers
quality layers
Definition: query_parser.h:52
non
Definition: query_parser.h:41
tcp
Definition: query_parser.h:41