rtcom-eventlogger/eventlogger-types.h File Reference

Defines some useful types. More...

#include <glib.h>

Go to the source code of this file.

Enumerations

enum  RTComElError { , RTCOM_EL_INVALID_ARGUMENT_ERROR, RTCOM_EL_TEMPORARY_ERROR, RTCOM_EL_DATABASE_FULL }
enum  RTComElOp { ,
  RTCOM_EL_OP_NOT_EQUAL, RTCOM_EL_OP_GREATER, RTCOM_EL_OP_GREATER_EQUAL, RTCOM_EL_OP_LESS,
  RTCOM_EL_OP_LESS_EQUAL, RTCOM_EL_OP_IN_STRV, RTCOM_EL_OP_STR_ENDS_WITH
}


Detailed Description

Defines some useful types.

Copyright (C) 2005-06 Nokia Corporation. Contact: Naba Kumar <naba.kumar@nokia.com>

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 St, Fifth Floor, Boston, MA 02110-1301 USA

The user doesn't need to include this, as it's indirectly included.

Definition in file eventlogger-types.h.


Enumeration Type Documentation

Error messages.

Enumerator:
RTCOM_EL_INVALID_ARGUMENT_ERROR  This should never happen. Contact the developer if you get this.
RTCOM_EL_TEMPORARY_ERROR  You supplied a wrong argument to the function.
RTCOM_EL_DATABASE_FULL  Database is locked at the moment, try again later.

Definition at line 35 of file eventlogger-types.h.

enum RTComElOp

Operations used when querying.

Enumerator:
RTCOM_EL_OP_NOT_EQUAL  Test if operands are equal.
RTCOM_EL_OP_GREATER  Test if operands are different.
RTCOM_EL_OP_GREATER_EQUAL  Test if the first operand is greater.
RTCOM_EL_OP_LESS  Test if the first operand is greater or equal.
RTCOM_EL_OP_LESS_EQUAL  Test if the first operand is smaller.
RTCOM_EL_OP_IN_STRV  Test if the first operand is smaller or equal.
RTCOM_EL_OP_STR_ENDS_WITH  Tests if the first operand is one of the strings in the array Tests if the first operand (a string) ends with the given string. NOTE: not supported when querying for "service", "event-type".

Definition at line 71 of file eventlogger-types.h.


Generated on Thu Jun 17 14:07:13 2010 for rtcom-eventlogger by  doxygen 1.5.6