// file: $PDSP/class/float_8/v1.0/flt8_dbg_1.cc // // isip include files // #include "float_8.h" #include // method: debug_cc // // arguments: // int_4 value_a: (inout) new level // // return: a logical_1 indicating the status // logical_1 Float_8::set_debug_cc(int_4 value_a) { // set the new value // debug_level_d = value_a; // exit gracefully // return ISIP_TRUE; }