Main Page Alphabetical List Compound List File List Compound Members File Members
advertservice_adaptor.c File ReferenceSource file for the adverservice_adaptor entry point.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <GATCPI.h>
#include "advertservice.h"
Include dependency graph for advertservice_adaptor.c:
Go to the source code of this file.
Detailed Description
Source file for the adverservice_adaptor entry point.
- Date:
-
Thu Mar 18 2004
- Version:
-
- Header:
-
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/adaptors/advertservice_adaptor/advertservice_adaptor.c,v 1.6 2004/04/26 12:30:24 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 advertservice_adaptor.c.
Function Documentation
|
|
resourcebroker_adaptor_register Registers all CPIs this adaptor provides.
This function is invoked by the loader in the GATEngine when an instance of this adaptor is loaded. Each instance has its own private configuration table. - Parameters:
-
| registry |
The registry the adaptor should register its CPIs with. |
| system_config |
The system configuration table. |
| instance_config |
The configuration table for this instance. |
| token |
An arbitrary token used by the loader to identify this adaptor instance |
- Returns:
-
An error code.
Definition at line 53 of file advertservice_adaptor.c.
References advertservice_adaptor_Register_GATAdvertServiceCPI(), GAT_CREATE_STATUS, GAT_RETURN_STATUS, GAT_SUCCESS, GAT_UNKNOWN_VERSION, GAT_USES_STATUS, GATResult, GATTable_const, GATTable_Get_int(), GATVERSION_ISCOMPATIBLE, and token. |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/adaptors/advertservice_adaptor/advertservice_adaptor.c,v 1.6 2004/04/26 12:30:24 hartmutkaiser Exp $" [static]
|
|
|