Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
qmf/SchemaTypes.h
Go to the documentation of this file.
00001 #ifndef QMF_SCHEMA_TYPES_H
00002 #define QMF_SCHEMA_TYPES_H
00003 /*
00004  *
00005  * Licensed to the Apache Software Foundation (ASF) under one
00006  * or more contributor license agreements.  See the NOTICE file
00007  * distributed with this work for additional information
00008  * regarding copyright ownership.  The ASF licenses this file
00009  * to you under the Apache License, Version 2.0 (the
00010  * "License"); you may not use this file except in compliance
00011  * with the License.  You may obtain a copy of the License at
00012  * 
00013  *   http://www.apache.org/licenses/LICENSE-2.0
00014  * 
00015  * Unless required by applicable law or agreed to in writing,
00016  * software distributed under the License is distributed on an
00017  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
00018  * KIND, either express or implied.  See the License for the
00019  * specific language governing permissions and limitations
00020  * under the License.
00021  *
00022  */
00023 
00024 #if !defined(QMF_USE_DEPRECATED_API) && !defined(qmf2_EXPORTS) && !defined(SWIG)
00025 #  error "The API defined in this file has been DEPRECATED and will be removed in the future."
00026 #  error "Define 'QMF_USE_DEPRECATED_API' to enable continued use of the API."
00027 #endif
00028 
00029 namespace qmf {
00030 
00031     const int SCHEMA_TYPE_DATA = 1;
00032     const int SCHEMA_TYPE_EVENT = 2;
00033 
00034     const int SCHEMA_DATA_VOID = 1;
00035     const int SCHEMA_DATA_BOOL = 2;
00036     const int SCHEMA_DATA_INT = 3;
00037     const int SCHEMA_DATA_FLOAT = 4;
00038     const int SCHEMA_DATA_STRING = 5;
00039     const int SCHEMA_DATA_MAP = 6;
00040     const int SCHEMA_DATA_LIST = 7;
00041     const int SCHEMA_DATA_UUID = 8;
00042 
00043     const int ACCESS_READ_CREATE = 1;
00044     const int ACCESS_READ_WRITE = 2;
00045     const int ACCESS_READ_ONLY = 3;
00046 
00047     const int DIR_IN = 1;
00048     const int DIR_OUT = 2;
00049     const int DIR_IN_OUT = 3;
00050 
00051     const int SEV_EMERG = 0;
00052     const int SEV_ALERT = 1;
00053     const int SEV_CRIT = 2;
00054     const int SEV_ERROR = 3;
00055     const int SEV_WARN = 4;
00056     const int SEV_NOTICE = 5;
00057     const int SEV_INFORM = 6;
00058     const int SEV_DEBUG = 7;
00059 }
00060 
00061 #endif

Qpid C++ API Reference
Generated on Wed Dec 30 2015 for Qpid C++ Client API by doxygen 1.7.6.1