MAMAExpDLL const MamaReservedField MamaStatTime;
MAMAExpDLL const MamaReservedField MamaStatName;
MAMAExpDLL const MamaReservedField MamaStatType;
MAMAExpDLL const MamaReservedField MamaStatMiddleware;
MAMAExpDLL const MamaReservedField MamaStatInitials;
MAMAExpDLL const MamaReservedField MamaStatRecaps;
MAMAExpDLL const MamaReservedField MamaStatNumMessages;
MAMAExpDLL const MamaReservedField MamaStatFtTakeovers;
MAMAExpDLL const MamaReservedField MamaStatQueueSize;
MAMAExpDLL const MamaReservedField MamaStatNumSubscriptions;
MAMAExpDLL const MamaReservedField MamaStatTimeouts;
MAMAExpDLL const MamaReservedField MamaStatMsgIndex;
MAMAExpDLL const MamaReservedField MamaStatNakPacketsSent;
MAMAExpDLL const MamaReservedField MamaStatNaksSent;
MAMAExpDLL const MamaReservedField MamaStatMsgsLost;
MAMAExpDLL const MamaReservedField MamaStatNcfsIgnore;
MAMAExpDLL const MamaReservedField MamaStatNcfsShed;
MAMAExpDLL const MamaReservedField MamaStatNcfsRxDelay;
MAMAExpDLL const MamaReservedField MamaStatNcfsUnknown;
MAMAExpDLL const MamaReservedField MamaStatDuplicateDataMsgs;
MAMAExpDLL const MamaReservedField MamaStatUnrecoverableWindowAdvance;
MAMAExpDLL const MamaReservedField MamaStatUnrecoverableTimeout;
MAMAExpDLL const MamaReservedField MamaStatLbmMsgsReceivedNoTopic;
MAMAExpDLL const MamaReservedField MamaStatLbmRequestsReceived;
MAMAExpDLL const MamaReservedField MamaStatWombatMsgs;
MAMAExpDLL const MamaReservedField MamaStatRvMsgs;
MAMAExpDLL const MamaReservedField MamaStatFastMsgs;
MAMAExpDLL const MamaReservedField MamaStatUnknownMsgs;
MAMAExpDLL const MamaReservedField MamaStatPublisherSend;
MAMAExpDLL const MamaReservedField MamaStatPublisherInboxSend;
MAMAExpDLL const MamaReservedField MamaStatPublisherReplySend;
/* $Id$
*
* OpenMAMA: The open middleware agnostic messaging API
* Copyright (C) 2011 NYSE Technologies, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#ifndef MamaStatFieldsH__
#define MamaStatFieldsH__
#include "mama/mama.h"
#if defined(__cplusplus)
extern "C" {
#endif
MAMAExpDLL
extern const MamaReservedField MamaStatTime; /* FID 101 */
MAMAExpDLL
extern const MamaReservedField MamaStatName; /* FID 102 */
MAMAExpDLL
extern const MamaReservedField MamaStatType; /* FID 103 */
MAMAExpDLL
extern const MamaReservedField MamaStatMiddleware; /* FID 104 */
MAMAExpDLL
extern const MamaReservedField MamaStatInitials; /* FID 105 */
MAMAExpDLL
extern const MamaReservedField MamaStatRecaps; /* FID 106 */
MAMAExpDLL
extern const MamaReservedField MamaStatNumMessages; /* FID 107 */
MAMAExpDLL
extern const MamaReservedField MamaStatFtTakeovers; /* FID 108 */
MAMAExpDLL
extern const MamaReservedField MamaStatQueueSize; /* FID 109 */
MAMAExpDLL
extern const MamaReservedField MamaStatNumSubscriptions; /* FID 110 */
MAMAExpDLL
extern const MamaReservedField MamaStatTimeouts; /* FID 111 */
MAMAExpDLL
extern const MamaReservedField MamaStatMsgIndex; /* FID 112 */
MAMAExpDLL
extern const MamaReservedField MamaStatNakPacketsSent; /* FID 113 */
MAMAExpDLL
extern const MamaReservedField MamaStatNaksSent; /* FID 114 */
MAMAExpDLL
extern const MamaReservedField MamaStatMsgsLost; /* FID 115 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsIgnore; /* FID 116 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsShed; /* FID 117 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsRxDelay; /* FID 118 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsUnknown; /* FID 119 */
MAMAExpDLL
extern const MamaReservedField MamaStatDuplicateDataMsgs; /* FID 120 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnrecoverableWindowAdvance; /* FID 121 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnrecoverableTimeout; /* FID 122 */
MAMAExpDLL
extern const MamaReservedField MamaStatLbmMsgsReceivedNoTopic; /* FID 123 */
MAMAExpDLL
extern const MamaReservedField MamaStatLbmRequestsReceived; /* FID 124 */
MAMAExpDLL
extern const MamaReservedField MamaStatWombatMsgs; /* FID 125 */
MAMAExpDLL
extern const MamaReservedField MamaStatRvMsgs; /* FID 126 */
MAMAExpDLL
extern const MamaReservedField MamaStatFastMsgs; /* FID 127 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnknownMsgs; /* FID 128 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherSend; /* FID 129 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherInboxSend; /* FID 130 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherReplySend; /* FID 131 */
#if defined(__cplusplus)
}
#endif
#endif /* MamaStatFieldsH__*/
Updated on 2023-03-31 at 15:29:16 +0100