User Story #616 (closed)
C++ bindings for OMERO.blitz
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta2 |
| Component: | Services | Keywords: | blitz, iteration2 |
| Cc: | Story Points: | n.a. | |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description (last modified by jmoore)
The C++ bindings are the first priority for cross-language clients.
See https://trac.openmicroscopy.org.uk/omero/wiki/OmeroCPP for more.
Change History (5)
comment:1 Changed 12 years ago by jmoore
- Description modified (diff)
comment:2 Changed 12 years ago by jmoore
- Keywords blitz iteration2 added
comment:3 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [b664f5913437f6cf4300b8675ea4233ef69bcc95/bioformats.git]) Added more sophisticated image name parsing to OpenlabReader?. Closes #615, closes #616.
comment:5 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [b664f5913437f6cf4300b8675ea4233ef69bcc95/bioformats.git]) Added more sophisticated image name parsing to OpenlabReader?. Closes #615, closes #616.
r1352 et al. now provide a working C++ implementation. make from blitz/src/cpp will produce two shared-object libraries (libOMERO_model.so and libOMERO_client.so) with which clients can be written against the OMERO.blitz server. The java omero dist command from OMERO_HOME will copy the necessary libs to OMERO_HOME/dist/lib and all header files to OMERO_HOME/dist/include.