#include <biosphere.h>
Data Fields | |
char * | name |
bs_bool | builtin |
bs_bool | from_mp |
Definition at line 101 of file biosphere.h.
char* bs_data_type::name |
Name of the data type.
Definition at line 103 of file biosphere.h.
Referenced by add_data_type_to_definition(), add_datatypes_to_xml(), add_message_part_to_xml(), add_part_instance_to_xml(), check_builtin_type(), compare_message_parts(), copy_data_type(), copy_message_part(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_instance_part(), main(), make_request(), and new_bs_data_type().
Whether this type is a Bio-SPHERE builtin type.
Definition at line 105 of file biosphere.h.
Referenced by add_part_instance_to_xml(), copy_data_type(), create_biometric_decision_response(), create_biometric_response(), create_response(), make_request(), new_bs_data_type(), and process_request_input_part().
Whether the structure was allocated from a memory pool.
Definition at line 106 of file biosphere.h.
Referenced by create_biometric_decision_response(), create_biometric_response(), create_response(), make_request(), and new_bs_data_type().