#include <biosphere.h>
Collaboration diagram for bs_port_type:

Data Fields | |
| char * | name |
| bs_operation ** | operations |
| bs_uint16 | num_operations |
| bs_bool | from_mp |
Definition at line 152 of file biosphere.h.
| 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().
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().
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().
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().
1.5.1