Source: stream/rate/rate_stream__get_raw_data.pro
rate_stream::get_raw_data Return the raw data from a rates stream. Usage: data=strid->get_raw_data({/rate|/time}) or data=strid->get_raw_data(/pointer) Keywords: pointer If set and non-zero, then return a 2 element array of pointers the first pointing to the data and the second to the time. (WARNING don't free these pointers). rate If set, then return the rates array. time If set, then return the times array. tm_ref If set, then return the pointer to the time reference count. If no keys are given, 0 will be returned. History: Original: 19/11/99; SJT Redesign: 8/3/00; SJT