bs_port_type Struct Reference
[Bio-SPHERE Platform]

#include <biosphere.h>

Collaboration diagram for bs_port_type:

Collaboration graph
[legend]

Data Fields

char * name
bs_operation ** operations
bs_uint16 num_operations
bs_bool from_mp

Detailed Description

A structure to represent the definition of a port type.

Definition at line 152 of file biosphere.h.


Field Documentation

char* bs_port_type::name

Human readable name of the port type.

Definition at line 154 of file biosphere.h.

Referenced by add_port_to_xml(), add_port_type_to_definition(), add_port_type_to_xml(), copy_port(), copy_port_types(), main(), and new_bs_port_type().

bs_operation** bs_port_type::operations

The operations in this port type.

Definition at line 156 of file biosphere.h.

Referenced by add_operation_to_port_type(), add_port_type_to_xml(), can_service(), copy_operations(), delete_operations(), main(), and new_bs_port_type().

bs_uint16 bs_port_type::num_operations

The number of operations.

Definition at line 157 of file biosphere.h.

Referenced by add_operation_to_port_type(), add_port_type_to_xml(), can_service(), copy_operations(), delete_operations(), and new_bs_port_type().

bs_bool bs_port_type::from_mp

Whether the structure was allocated from a memory pool.

Definition at line 159 of file biosphere.h.

Referenced by delete_operations(), and new_bs_port_type().


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