Changeset 39457 for trunk/Ohana/src/libdvo/include/dvo_util.h
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/dvo_util.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libdvo/include/dvo_util.h
r27435 r39457 61 61 // There is no need to release memory pointed to by return value. 62 62 // It will be freed when dvoConfigFree() is invoked. 63 Image *dvoImageByExternID(dvoConfig *dvoConfig, int sourceID,int externID);63 Image *dvoImageByExternID(dvoConfig *dvoConfig, unsigned short sourceID, unsigned int externID); 64 64 65 65 // Loads the sky table for the database. … … 72 72 // return a list of detections from a particular image id 73 73 // Use dvoFree() to free the memory pointed to by results 74 off_t dvoGetDetections(SkyList *skylist, int imageID, dvoDetection **results,int *pMaxDetID);74 off_t dvoGetDetections(SkyList *skylist, unsigned int imageID, dvoDetection **results, unsigned int *pMaxDetID); 75 75 76 76 // free memory returned by various dvo util functions
Note:
See TracChangeset
for help on using the changeset viewer.
