#include <biosphere.h>
Collaboration diagram for bs_part_instance:
Data Fields | |
char * | name |
bs_data_type * | type |
char * | data |
bs_uint64 | size |
bs_bool | from_mp |
Definition at line 215 of file biosphere.h.
char* bs_part_instance::name |
Name of the message part
Definition at line 217 of file biosphere.h.
Referenced by add_part_instance_to_xml(), compare_message_parts(), copy_part_instance(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_instance_part(), main(), make_request(), and new_bs_part_instance().
The data type of the message part
Definition at line 218 of file biosphere.h.
Referenced by add_part_instance_to_xml(), check_builtin_type(), compare_message_parts(), copy_part_instance(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_instance_part(), main(), make_request(), and new_bs_part_instance().
char* bs_part_instance::data |
Pointer to the data
Definition at line 219 of file biosphere.h.
Referenced by add_part_instance_to_xml(), 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(), check_builtin_type_bs_bool(), check_builtin_type_bs_double(), check_builtin_type_bs_int16(), check_builtin_type_bs_int32(), check_builtin_type_bs_int64(), check_builtin_type_bs_string(), check_builtin_type_bs_uint16(), check_builtin_type_bs_uint32(), check_builtin_type_bs_uint64(), copy_part_instance(), core_service_admin_shutdown(), core_service_logging_service(), core_service_module_service_load(), core_service_module_service_unload(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_instance_part(), handle_fuse2(), handle_fuse2_decision(), handle_fuse3(), handle_fuse3_decision(), main(), make_request(), and new_bs_part_instance().
Size of the data buffer
Definition at line 220 of file biosphere.h.
Referenced by add_part_instance_to_xml(), check_builtin_type_bs_byte(), check_builtin_type_bs_double(), check_builtin_type_bs_int16(), check_builtin_type_bs_int32(), check_builtin_type_bs_string(), check_builtin_type_bs_uint16(), check_builtin_type_bs_uint32(), copy_part_instance(), create_biometric_decision_response(), create_biometric_response(), create_response(), main(), make_request(), and new_bs_part_instance().
Whether the structure was allocated from a memory pool.
Definition at line 222 of file biosphere.h.
Referenced by make_request(), and new_bs_part_instance().