#include <string.h>
#include "GATCPI.h"
#include "GATRequestCPIInstanceData.h"
Include dependency graph for GATRequestCPIInstanceData.c:
Go to the source code of this file.
GATRequestCPIInstance_Data_Create.
The function GATRequestCPIInstance_Data_Create creates a new instance of the internal CPI instance data.
Definition at line 31 of file GATRequestCPIInstanceData.c.
Referenced by resourcebroker_adaptor_GATSelfCPI_CreateRequestForListener().
GATRequestCPIInstance_Data_Destroy.
The function GATRequestCPIInstance_Data_Destroy is called to free all the memory associated with the given instance data item.
Definition at line 52 of file GATRequestCPIInstanceData.c.
Referenced by resourcebroker_adaptor_GATRequestCPI_DestroyInstance(), and resourcebroker_adaptor_GATSelfCPI_CreateRequestForListener().
GATRequestCPIInstance_Data_Clone.
The function GATRequestCPIInstance_Data_Clone is called to make a copy of the given instance data item.
Definition at line 74 of file GATRequestCPIInstanceData.c.
References GAT_INVALID_PARAMETER, GAT_MEMORYFAILURE, GAT_SUCCESS, GATResult, and GATRequestCPIInstance_Data::start_time.
Referenced by resourcebroker_adaptor_GATRequestCPI_CloneInstance(), and resourcebroker_adaptor_GATRequestCPI_CreateInstance().
GATRequestCPIInstance_Data_Equals.
The function GATRequestCPIInstance_Data_Equals is called, whenever the engine needs to compare for equality two different instance data items.
Definition at line 112 of file GATRequestCPIInstanceData.c.
References GAT_SUCCESS, GATBool, GATFalse, GATTrue, and GATRequestCPIInstance_Data::start_time.
Referenced by resourcebroker_adaptor_GATRequestCPI_EqualsInstance().