#include <biosphere.h>
Collaboration diagram for bs_message_instance:
Data Fields | |
char * | name |
bs_part_instance ** | parts |
bs_uint16 | num_parts |
bs_bool | from_mp |
Definition at line 225 of file biosphere.h.
Name of the message
Definition at line 227 of file biosphere.h.
Referenced by add_message_instance_to_xml(), copy_message_instance_data(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_message_instance(), main(), make_request(), and new_bs_message_instance().
Parts of the instantiated message
Definition at line 228 of file biosphere.h.
Referenced by add_message_instance_to_xml(), add_part_to_request_instance(), bsmod_hand_handle_service(), bsmod_keystroke_handle_service(), bsmod_password_handle_service(), bsmod_stat_handle_avgminmax(), bsmod_stat_handle_gather_times(), bsmod_stat_handle_start_timer(), bsmod_stat_handle_stop_timer(), can_service_parts(), check_types(), copy_message_instance_data(), core_service_admin_shutdown(), core_service_create_status_response(), core_service_logging_service(), core_service_module_service_list(), core_service_module_service_load(), core_service_module_service_unload(), create_biometric_decision_response(), create_biometric_response(), create_error_response(), create_request(), create_response(), create_status_response(), delete_message_instance(), handle_fuse2(), handle_fuse2_decision(), handle_fuse3(), handle_fuse3_decision(), main(), make_request(), and new_bs_message_instance().
The number of parts involved in the message
Definition at line 229 of file biosphere.h.
Referenced by add_message_instance_to_xml(), add_part_to_request_instance(), bsmod_password_handle_service(), bsmod_stat_handle_avgminmax(), bsmod_stat_handle_gather_times(), bsmod_stat_handle_start_timer(), bsmod_stat_handle_stop_timer(), can_service_parts(), check_types(), copy_message_instance_data(), core_service_logging_service(), core_service_module_service_load(), core_service_module_service_unload(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_message_instance(), handle_fuse2(), handle_fuse2_decision(), handle_fuse3(), handle_fuse3_decision(), main(), make_request(), and new_bs_message_instance().
Whether the structure was allocated from a memory pool.
Definition at line 231 of file biosphere.h.
Referenced by delete_message_instance(), make_request(), and new_bs_message_instance().