bs_port Struct Reference
[Bio-SPHERE Platform]

#include <biosphere.h>

Collaboration diagram for bs_port:

Collaboration graph
[legend]

Data Fields

char * name
bs_port_typeport_type
bs_bool from_mp

Detailed Description

A struct to represent a single port type offered by a service. A port can be thought of as a function.

Definition at line 166 of file biosphere.h.


Field Documentation

char* bs_port::name

The name of the port in the service.

Definition at line 168 of file biosphere.h.

Referenced by add_port_to_xml(), can_service(), copy_port(), delete_ports(), main(), and new_bs_port().

bs_port_type* bs_port::port_type

The port type of the port.

Definition at line 169 of file biosphere.h.

Referenced by add_port_to_xml(), can_service(), copy_port(), main(), and new_bs_port().

bs_bool bs_port::from_mp

Whether the structure was allocated from a memory pool.

Definition at line 171 of file biosphere.h.

Referenced by new_bs_port().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 09:51:40 2007 for Bio-SPHERE by  doxygen 1.5.1