// file: $ECE_8993/class/signal/v1.0/sig_set_2.cc // // isip include files // #include "signal.h" #include #include "signal_constants.h" // method: set_num_bytes_cc // // arguments: // int_4 num_bytes: (input) number of bytes per sample per channel // // return: none // // this method assigns the number of bytes per sample per channel in the file // logical_1 Signal::set_num_bytes_cc(int_4 num_bytes_a) { // assign the number of bytes per sample per channel // num_bytes_d = num_bytes_a; // exit gracefully // return ISIP_TRUE; }