#include "xf_data_analytics/dataframe/read_from_dataframe.hpp"
void readFromDataFrame ( int field_type [17], ap_uint <64>* ddr_buff, hls::stream <Object>& obj_strm )
read the data frame format data from DDR and pack into object streams
Parameters:
field_type | the data type of each field id (may obtained from schema) |
ddr_buff | the ddr that saves data |
obj_strm | output Object stream |