api_save_state
List of: Functions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Save the current state of global variables into a text file.

Prototype: outcome api_save_state (


FILE* file_ptr, // file descriptor


AcisOptions* ao = NULL // acis options


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kernapi/api/kernapi.hxx"

#include "kernel/kernapi/api/acis_options.hxx"

Description: This API saves the current states of global variables such as options and tolerances into a text file. You may use this function to save the state to a file in your own application and load the state through the file to Scheme AIDE to compare the behaviors between your application and the test applications.

Library: kernel

Filename: kern/kernel/kernapi/api/kernapi.hxx

Effect: Read-only
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0146.HTM