Classes Files

mama/statsloggerfields.h

Attributes

  Name
MAMAExpDLL const MamaReservedField MamaSlIntervalStartTime
MAMAExpDLL const MamaReservedField MamaSlIntervalEndTime
MAMAExpDLL const MamaReservedField MamaSlEvents
MAMAExpDLL const MamaReservedField MamaSlEventTime
MAMAExpDLL const MamaReservedField MamaSlEventType
MAMAExpDLL const MamaReservedField MamaSlEventReason
MAMAExpDLL const MamaReservedField MamaSlTotalMsgCount
MAMAExpDLL const MamaReservedField MamaSlIntervalMsgCount
MAMAExpDLL const MamaReservedField MamaStatEvents

Attributes Documentation

variable MamaSlIntervalStartTime

MAMAExpDLL const MamaReservedField MamaSlIntervalStartTime;

variable MamaSlIntervalEndTime

MAMAExpDLL const MamaReservedField MamaSlIntervalEndTime;

variable MamaSlEvents

MAMAExpDLL const MamaReservedField MamaSlEvents;

variable MamaSlEventTime

MAMAExpDLL const MamaReservedField MamaSlEventTime;

variable MamaSlEventType

MAMAExpDLL const MamaReservedField MamaSlEventType;

variable MamaSlEventReason

MAMAExpDLL const MamaReservedField MamaSlEventReason;

variable MamaSlTotalMsgCount

MAMAExpDLL const MamaReservedField MamaSlTotalMsgCount;

variable MamaSlIntervalMsgCount

MAMAExpDLL const MamaReservedField MamaSlIntervalMsgCount;

variable MamaStatEvents

MAMAExpDLL const MamaReservedField MamaStatEvents;

Source code

/* $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 StatsLoggerFieldsH__
#define StatsLoggerFieldsH__

#include "mama/mama.h"

#if defined(__cplusplus)
extern "C" {
#endif
MAMAExpDLL
extern const MamaReservedField  MamaSlIntervalStartTime;
MAMAExpDLL
extern const MamaReservedField  MamaSlIntervalEndTime;
MAMAExpDLL
extern const MamaReservedField  MamaSlEvents;
MAMAExpDLL
extern const MamaReservedField  MamaSlEventTime;
MAMAExpDLL
extern const MamaReservedField  MamaSlEventType;
MAMAExpDLL
extern const MamaReservedField  MamaSlEventReason;
MAMAExpDLL
extern const MamaReservedField  MamaSlTotalMsgCount;
MAMAExpDLL
extern const MamaReservedField  MamaSlIntervalMsgCount;
MAMAExpDLL
extern const MamaReservedField  MamaStatEvents;


#if defined(__cplusplus)
}
#endif

#endif /* StatsLoggerFieldsH__*/

Updated on 2023-03-31 at 15:29:17 +0100