OpenMAMA
statfields.h
Go to the documentation of this file.
1 /* $Id$
2  *
3  * OpenMAMA: The open middleware agnostic messaging API
4  * Copyright (C) 2011 NYSE Technologies, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19  * 02110-1301 USA
20  */
21 
22 #ifndef MamaStatFieldsH__
23 #define MamaStatFieldsH__
24 
25 #include "mama/mama.h"
26 
27 #if defined(__cplusplus)
28 extern "C" {
29 #endif
30 
31 MAMAExpDLL
32 extern const MamaReservedField MamaStatTime; /* FID 101 */
33 MAMAExpDLL
34 extern const MamaReservedField MamaStatName; /* FID 102 */
35 MAMAExpDLL
36 extern const MamaReservedField MamaStatType; /* FID 103 */
37 MAMAExpDLL
38 extern const MamaReservedField MamaStatMiddleware; /* FID 104 */
39 MAMAExpDLL
40 extern const MamaReservedField MamaStatInitials; /* FID 105 */
41 MAMAExpDLL
42 extern const MamaReservedField MamaStatRecaps; /* FID 106 */
43 MAMAExpDLL
44 extern const MamaReservedField MamaStatNumMessages; /* FID 107 */
45 MAMAExpDLL
46 extern const MamaReservedField MamaStatFtTakeovers; /* FID 108 */
47 MAMAExpDLL
48 extern const MamaReservedField MamaStatQueueSize; /* FID 109 */
49 MAMAExpDLL
50 extern const MamaReservedField MamaStatNumSubscriptions; /* FID 110 */
51 MAMAExpDLL
52 extern const MamaReservedField MamaStatTimeouts; /* FID 111 */
53 MAMAExpDLL
54 extern const MamaReservedField MamaStatMsgIndex; /* FID 112 */
55 MAMAExpDLL
56 extern const MamaReservedField MamaStatNakPacketsSent; /* FID 113 */
57 MAMAExpDLL
58 extern const MamaReservedField MamaStatNaksSent; /* FID 114 */
59 MAMAExpDLL
60 extern const MamaReservedField MamaStatMsgsLost; /* FID 115 */
61 MAMAExpDLL
62 extern const MamaReservedField MamaStatNcfsIgnore; /* FID 116 */
63 MAMAExpDLL
64 extern const MamaReservedField MamaStatNcfsShed; /* FID 117 */
65 MAMAExpDLL
66 extern const MamaReservedField MamaStatNcfsRxDelay; /* FID 118 */
67 MAMAExpDLL
68 extern const MamaReservedField MamaStatNcfsUnknown; /* FID 119 */
69 MAMAExpDLL
70 extern const MamaReservedField MamaStatDuplicateDataMsgs; /* FID 120 */
71 MAMAExpDLL
72 extern const MamaReservedField MamaStatUnrecoverableWindowAdvance; /* FID 121 */
73 MAMAExpDLL
74 extern const MamaReservedField MamaStatUnrecoverableTimeout; /* FID 122 */
75 MAMAExpDLL
76 extern const MamaReservedField MamaStatLbmMsgsReceivedNoTopic; /* FID 123 */
77 MAMAExpDLL
78 extern const MamaReservedField MamaStatLbmRequestsReceived; /* FID 124 */
79 MAMAExpDLL
80 extern const MamaReservedField MamaStatWombatMsgs; /* FID 125 */
81 MAMAExpDLL
82 extern const MamaReservedField MamaStatRvMsgs; /* FID 126 */
83 MAMAExpDLL
84 extern const MamaReservedField MamaStatFastMsgs; /* FID 127 */
85 MAMAExpDLL
86 extern const MamaReservedField MamaStatUnknownMsgs; /* FID 128 */
87 MAMAExpDLL
88 extern const MamaReservedField MamaStatPublisherSend; /* FID 129 */
89 MAMAExpDLL
90 extern const MamaReservedField MamaStatPublisherInboxSend; /* FID 130 */
91 MAMAExpDLL
92 extern const MamaReservedField MamaStatPublisherReplySend; /* FID 131 */
93 
94 #if defined(__cplusplus)
95 }
96 #endif
97 
98 #endif /* MamaStatFieldsH__*/
MamaStatUnrecoverableWindowAdvance
const MAMAExpDLL MamaReservedField MamaStatUnrecoverableWindowAdvance
MamaStatNaksSent
const MAMAExpDLL MamaReservedField MamaStatNaksSent
MamaStatFtTakeovers
const MAMAExpDLL MamaReservedField MamaStatFtTakeovers
MamaStatInitials
const MAMAExpDLL MamaReservedField MamaStatInitials
MamaStatDuplicateDataMsgs
const MAMAExpDLL MamaReservedField MamaStatDuplicateDataMsgs
MamaStatLbmMsgsReceivedNoTopic
const MAMAExpDLL MamaReservedField MamaStatLbmMsgsReceivedNoTopic
MamaStatNcfsUnknown
const MAMAExpDLL MamaReservedField MamaStatNcfsUnknown
MamaStatTime
const MAMAExpDLL MamaReservedField MamaStatTime
MamaStatNcfsIgnore
const MAMAExpDLL MamaReservedField MamaStatNcfsIgnore
MamaStatPublisherSend
const MAMAExpDLL MamaReservedField MamaStatPublisherSend
MamaStatNakPacketsSent
const MAMAExpDLL MamaReservedField MamaStatNakPacketsSent
MamaStatWombatMsgs
const MAMAExpDLL MamaReservedField MamaStatWombatMsgs
MamaStatMsgsLost
const MAMAExpDLL MamaReservedField MamaStatMsgsLost
mama.h
MamaStatTimeouts
const MAMAExpDLL MamaReservedField MamaStatTimeouts
MamaStatMiddleware
const MAMAExpDLL MamaReservedField MamaStatMiddleware
MamaStatName
const MAMAExpDLL MamaReservedField MamaStatName
MamaStatRvMsgs
const MAMAExpDLL MamaReservedField MamaStatRvMsgs
MamaStatRecaps
const MAMAExpDLL MamaReservedField MamaStatRecaps
MamaStatNumSubscriptions
const MAMAExpDLL MamaReservedField MamaStatNumSubscriptions
MamaStatUnrecoverableTimeout
const MAMAExpDLL MamaReservedField MamaStatUnrecoverableTimeout
MamaStatPublisherInboxSend
const MAMAExpDLL MamaReservedField MamaStatPublisherInboxSend
MamaStatMsgIndex
const MAMAExpDLL MamaReservedField MamaStatMsgIndex
MamaStatQueueSize
const MAMAExpDLL MamaReservedField MamaStatQueueSize
MamaStatNumMessages
const MAMAExpDLL MamaReservedField MamaStatNumMessages
MamaStatNcfsRxDelay
const MAMAExpDLL MamaReservedField MamaStatNcfsRxDelay
MamaStatUnknownMsgs
const MAMAExpDLL MamaReservedField MamaStatUnknownMsgs
MamaStatNcfsShed
const MAMAExpDLL MamaReservedField MamaStatNcfsShed
MamaReservedField_
Definition: reservedfields.h:32
MamaStatType
const MAMAExpDLL MamaReservedField MamaStatType
MamaStatLbmRequestsReceived
const MAMAExpDLL MamaReservedField MamaStatLbmRequestsReceived
MamaStatFastMsgs
const MAMAExpDLL MamaReservedField MamaStatFastMsgs
MamaStatPublisherReplySend
const MAMAExpDLL MamaReservedField MamaStatPublisherReplySend


© 2012 Linux Foundation