GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

GATEndpointInstance_Data Struct Reference

Collaboration diagram for GATEndpointInstance_Data:

Collaboration graph
[legend]
List of all members.

Public Attributes

int local_socket
sockaddr_in socketAddress
int server_port
int client_port
GATPipeListener listener
void * callBackData

Member Data Documentation

int GATEndpointInstance_Data::local_socket
 

Definition at line 59 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_CloneInstance(), endpoint_adaptor_EndpointCPI_Connect(), endpoint_adaptor_EndpointCPI_CreateInstance(), endpoint_adaptor_EndpointCPI_DeSerialise(), endpoint_adaptor_EndpointCPI_DestroyInstance(), endpoint_adaptor_EndpointCPI_EqualsInstance(), and endpoint_adaptor_EndpointCPI_Listen().

struct sockaddr_in GATEndpointInstance_Data::socketAddress
 

Definition at line 60 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_CloneInstance(), endpoint_adaptor_EndpointCPI_CreateInstance(), endpoint_adaptor_EndpointCPI_DeSerialise(), endpoint_adaptor_EndpointCPI_EqualsInstance(), and endpoint_adaptor_EndpointCPI_Listen().

int GATEndpointInstance_Data::server_port
 

Definition at line 61 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_Connect(), endpoint_adaptor_EndpointCPI_CreateInstance(), endpoint_adaptor_EndpointCPI_DeSerialise(), and endpoint_adaptor_EndpointCPI_Serialise().

int GATEndpointInstance_Data::client_port
 

Definition at line 62 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_DeSerialise().

GATPipeListener GATEndpointInstance_Data::listener
 

Definition at line 63 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_AddGATPipeListener(), endpoint_adaptor_EndpointCPI_CloneInstance(), endpoint_adaptor_EndpointCPI_CreateInstance(), endpoint_adaptor_EndpointCPI_EqualsInstance(), and endpoint_adaptor_EndpointCPI_Listen().

void* GATEndpointInstance_Data::callBackData
 

Definition at line 64 of file endpoint.c.

Referenced by endpoint_adaptor_EndpointCPI_AddGATPipeListener(), endpoint_adaptor_EndpointCPI_CloneInstance(), endpoint_adaptor_EndpointCPI_CreateInstance(), endpoint_adaptor_EndpointCPI_EqualsInstance(), and endpoint_adaptor_EndpointCPI_Listen().


The documentation for this struct was generated from the following file: