Skip to content

Commit

Permalink
Added doxygen for SharedMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Mar 8, 2022
1 parent 3ec7cc1 commit 0899eb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,17 @@ def dataURL(self):
return "mem://%s/%d/%d" % (hostname, os.getpid(), id(self._buf))


##
# @brief SharedMemory
# @details Data stored in shared memory
# @par EAGLE_START
# @param category SharedMemory
# @param tag template
# @param[in] cparam/data_volume Data volume/5/Float/readwrite/False//False/
# \~English Estimated size of the data contained in this node
# @param[in] cparam/group_end Group end/False/Boolean/readwrite/False//False/
# \~English Is this node the end of a group?
# @par EAGLE_END
class SharedMemoryDROP(DataDROP):
"""
A DROP that points to data stored in shared memory.
Expand Down

0 comments on commit 0899eb0

Please sign in to comment.