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

Data Fields | |
| char * | name |
| bs_port_type * | port_type |
| bs_bool | from_mp |
Definition at line 166 of file biosphere.h.
| 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().
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().
Whether the structure was allocated from a memory pool.
Definition at line 171 of file biosphere.h.
Referenced by new_bs_port().
1.5.1