#include <biosphere.h>
Collaboration diagram for bs_message:
Data Fields | |
char * | name |
bs_message_part ** | parts |
bs_uint16 | num_parts |
bs_bool | from_mp |
Definition at line 125 of file biosphere.h.
char* bs_message::name |
Human readable name of the message.
Definition at line 127 of file biosphere.h.
Referenced by add_message_to_definition(), add_message_to_xml(), add_operation_to_xml(), copy_messages(), copy_operation(), main(), and new_bs_message().
The parts of this message.
Definition at line 129 of file biosphere.h.
Referenced by add_message_to_xml(), add_part_to_message(), can_service_parts(), copy_message_parts(), delete_message_parts(), main(), and new_bs_message().
Number of parts in this message.
Definition at line 130 of file biosphere.h.
Referenced by add_message_to_xml(), add_part_to_message(), can_service_parts(), copy_message_parts(), delete_message_parts(), and new_bs_message().
Whether the structure was allocated from a memory pool.
Definition at line 132 of file biosphere.h.
Referenced by delete_message_parts(), and new_bs_message().