Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
SchemaTypes.h
Go to the documentation of this file.
1 #ifndef QMF_SCHEMA_TYPES_H
2 #define QMF_SCHEMA_TYPES_H
3 /*
4  *
5  * Licensed to the Apache Software Foundation (ASF) under one
6  * or more contributor license agreements. See the NOTICE file
7  * distributed with this work for additional information
8  * regarding copyright ownership. The ASF licenses this file
9  * to you under the Apache License, Version 2.0 (the
10  * "License"); you may not use this file except in compliance
11  * with the License. You may obtain a copy of the License at
12  *
13  * http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing,
16  * software distributed under the License is distributed on an
17  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18  * KIND, either express or implied. See the License for the
19  * specific language governing permissions and limitations
20  * under the License.
21  *
22  */
23 
24 #if !defined(QMF_USE_DEPRECATED_API) && !defined(qmf2_EXPORTS) && !defined(SWIG)
25 # error "The API defined in this file has been DEPRECATED and will be removed in the future."
26 # error "Define 'QMF_USE_DEPRECATED_API' to enable continued use of the API."
27 #endif
28 
29 namespace qmf {
30 
31  const int SCHEMA_TYPE_DATA = 1;
32  const int SCHEMA_TYPE_EVENT = 2;
33 
34  const int SCHEMA_DATA_VOID = 1;
35  const int SCHEMA_DATA_BOOL = 2;
36  const int SCHEMA_DATA_INT = 3;
37  const int SCHEMA_DATA_FLOAT = 4;
38  const int SCHEMA_DATA_STRING = 5;
39  const int SCHEMA_DATA_MAP = 6;
40  const int SCHEMA_DATA_LIST = 7;
41  const int SCHEMA_DATA_UUID = 8;
42 
43  const int ACCESS_READ_CREATE = 1;
44  const int ACCESS_READ_WRITE = 2;
45  const int ACCESS_READ_ONLY = 3;
46 
47  const int DIR_IN = 1;
48  const int DIR_OUT = 2;
49  const int DIR_IN_OUT = 3;
50 
51  const int SEV_EMERG = 0;
52  const int SEV_ALERT = 1;
53  const int SEV_CRIT = 2;
54  const int SEV_ERROR = 3;
55  const int SEV_WARN = 4;
56  const int SEV_NOTICE = 5;
57  const int SEV_INFORM = 6;
58  const int SEV_DEBUG = 7;
59 }
60 
61 #endif
qmf::ACCESS_READ_WRITE
const int ACCESS_READ_WRITE
Definition: SchemaTypes.h:44
qmf::SEV_CRIT
const int SEV_CRIT
Definition: SchemaTypes.h:53
qmf::SCHEMA_DATA_INT
const int SCHEMA_DATA_INT
Definition: SchemaTypes.h:36
qmf::SCHEMA_TYPE_DATA
const int SCHEMA_TYPE_DATA
Definition: SchemaTypes.h:31
qmf::SCHEMA_DATA_UUID
const int SCHEMA_DATA_UUID
Definition: SchemaTypes.h:41
qmf::SEV_ERROR
const int SEV_ERROR
Definition: SchemaTypes.h:54
qmf::SCHEMA_DATA_FLOAT
const int SCHEMA_DATA_FLOAT
Definition: SchemaTypes.h:37
qmf
Definition: Agent.h:37
qmf::ACCESS_READ_CREATE
const int ACCESS_READ_CREATE
Definition: SchemaTypes.h:43
qmf::DIR_OUT
const int DIR_OUT
Definition: SchemaTypes.h:48
qmf::SCHEMA_DATA_STRING
const int SCHEMA_DATA_STRING
Definition: SchemaTypes.h:38
qmf::SEV_ALERT
const int SEV_ALERT
Definition: SchemaTypes.h:52
qmf::DIR_IN_OUT
const int DIR_IN_OUT
Definition: SchemaTypes.h:49
qmf::SEV_WARN
const int SEV_WARN
Definition: SchemaTypes.h:55
qmf::SCHEMA_DATA_MAP
const int SCHEMA_DATA_MAP
Definition: SchemaTypes.h:39
qmf::SCHEMA_TYPE_EVENT
const int SCHEMA_TYPE_EVENT
Definition: SchemaTypes.h:32
qmf::DIR_IN
const int DIR_IN
Definition: SchemaTypes.h:47
qmf::SCHEMA_DATA_VOID
const int SCHEMA_DATA_VOID
Definition: SchemaTypes.h:34
qmf::SEV_INFORM
const int SEV_INFORM
Definition: SchemaTypes.h:57
qmf::SEV_NOTICE
const int SEV_NOTICE
Definition: SchemaTypes.h:56
qmf::SEV_DEBUG
const int SEV_DEBUG
Definition: SchemaTypes.h:58
qmf::ACCESS_READ_ONLY
const int ACCESS_READ_ONLY
Definition: SchemaTypes.h:45
qmf::SCHEMA_DATA_LIST
const int SCHEMA_DATA_LIST
Definition: SchemaTypes.h:40
qmf::SCHEMA_DATA_BOOL
const int SCHEMA_DATA_BOOL
Definition: SchemaTypes.h:35
qmf::SEV_EMERG
const int SEV_EMERG
Definition: SchemaTypes.h:51

Qpid C++ API Reference
Generated on Tue Aug 16 2022 for Qpid C++ Client API by doxygen 1.8.17