Next: char preweigh_new(void) Up: BLOOD.C Previous: BLOOD.C

void main(void)

This is the main function of BLOOD.EXE. It loads the graphic panels for preweighing and weighing, and provides the first level of dispatching. When the user first chooses an option from the main menu, this is the function that handles the request. Calls preweigh_new(), preweigh_load(), run_preweigh(), analysis_pet(), calibrate_scale(), and calibrate_counter().


wolforth@pet.mni.mcgill.ca