Template Function auCheckForCorners

Function Documentation

Warning

doxygenfunction: Unable to resolve function “auCheckForCorners” with arguments “(XF_SNAME(IN_WW), uint16_t*, XF_SNAME(OUT_WW), ap_uint<13>, ap_uint<13>)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 58] template<int NPC, int IN_WW, int MAXSIZE, int OUT_WW> void auCheckForCorners (XF_SNAME(IN_WW) val, uint16_t *corners_cnt, XF_SNAME(OUT_WW) out_keypoints[][MAXSIZE > > XF_BITSHIFT(NPC)], ap_uint< 13 > row, ap_uint< 13 > col) ———————————————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 77] template<int NPC, int IN_WW, int MAXSIZE, int OUT_WW> void auCheckForCorners (XF_SNAME(IN_WW) val, uint16_t *corners_cnt, XF_SNAME(OUT_WW) out_keypoints[][MAXSIZE > > XF_BITSHIFT(NPC)], ap_uint< 13 > row, ap_uint< 13 > col) —————————————————————————–^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “v”. [error at 94] template<int NPC, int IN_WW, int MAXSIZE, int OUT_WW> void auCheckForCorners (XF_SNAME(IN_WW) val, uint16_t *corners_cnt, XF_SNAME(OUT_WW) out_keypoints[][MAXSIZE > > XF_BITSHIFT(NPC)], ap_uint< 13 > row, ap_uint< 13 > col) ———————————————————————————————-^