Main Page Alphabetical List Compound List File List Compound Members File Members
GATRequestNotifier.c File ReferenceSource file for the GATRequestNotifier class.
More...
#include <stdlib.h>
#include <string.h>
#include "GAT.h"
#include "GATInternal.h"
#include "GATRequestNotifier.h"
Include dependency graph for GATRequestNotifier.c:
Go to the source code of this file.
|
Functions |
| | GATOBJECT_DEFINE_VTABLE (GATRequestNotifier) |
| | GATOBJECT_DEFINE_CONVERTERS (GATRequestNotifier) struct GATRequestNotifier_S |
| GATRequestNotifier | GATRequestNotifier_Create (void *adaptor_data, GATRequestCPI_Instance const *instance_data, GATRequestNotifierListener listener, void *context_data) |
| | GATRequestNotifier_Create Create a new GATRequestNotifier object.
|
| void | GATRequestNotifier_Destroy (GATRequestNotifier *object) |
| | void GATRequestNotifier_Destroy(GATRequestNotifier *resource)
|
| GATResult | GATRequestNotifier_Equals (GATRequestNotifier_const lhs, GATRequestNotifier_const rhs, GATBool *isequal) |
| | GATRequestNotifier_Equals Compare two GATRequestNotifier objects.
|
| GATResult | GATRequestNotifier_Clone (GATRequestNotifier_const handle, GATRequestNotifier *new_handle) |
| | GATRequestNotifier_Clone Clone the given GATRequestNotifier.
|
| GATType | GATRequestNotifier_GetType (GATRequestNotifier_const object) |
| | GATType GATRequestNotifier_GetType(GATRequestNotifier_const resource) Return the type of the GATRequestNotifier.
|
| GATResult | GATRequestNotifier_GetInterface (GATRequestNotifier_const object, GATInterface iftype, void const **ifp) |
| | GATResult GATRequestNotifier_GetInterface(GATRequestNotifier_const file, GATInterface iftype, void const **ifp) Get an interface supported by a GATObject.
|
| GATResult | GATRequestNotifier_Respond (GATRequestNotifier_const notifier, GATTable table) |
| | GATRequestNotifier_Respond.
|
Variables |
| const char * | rcsid = "$Header" |
| GATRequestNotifier_vtable | GATRequestNotifier__vtable |
Detailed Description
Source file for the GATRequestNotifier class.
TODO: Fill in the description of the new GAT object here
- Date:
-
Fri Jan 30 2004
- Version:
-
- Header:
-
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/src/GATRequestNotifier.c,v 1.6 2004/04/02 12:31:58 hartmutkaiser Exp
Copyright (C) Hartmut Kaiser This file is part of the GAT Engine. Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.
Use, modification and distribution is subject to the Gridlab Software License. (See accompanying file GLlicense.txt or copy at http://www.gridlab.org/GLlicense.txt)
Definition in file GATRequestNotifier.c.
Function Documentation
Variable Documentation
const char* rcsid = "$Header" [static]
|
|
| GATRequestNotifier_vtable GATRequestNotifier__vtable
|
|
|