// file: $ECE_8993/class/signal/v1.0/sig_set_4.cc // // isip include files // #include "signal.h" #include #include "signal_constants.h" // method: set_swap_byte_flag_cc // // arguments: // logical_1 swap_byte_flag: (input) whether or not to swap bytes in the data // // return: none // // this method assigns sets the swap byte flag // logical_1 Signal::set_swap_byte_flag_cc(logical_1 swap_byte_flag_a) { // assign the swap_byte_flag // swap_byte_flag_d = swap_byte_flag_a; // exit gracefully // return ISIP_TRUE; }