Merge branch 'rel/5.2' into core-rest-flask
This commit is contained in:
commit
c2c8899d2a
2 changed files with 7 additions and 6 deletions
|
@ -195,9 +195,9 @@ class PyCoreObj(object):
|
|||
Build a data object for this node.
|
||||
|
||||
:param message_type: purpose for the data object we are creating
|
||||
:param float lat: latitude
|
||||
:param float lon: longitude
|
||||
:param float alt: altitude
|
||||
:param str lat: latitude
|
||||
:param str lon: longitude
|
||||
:param str alt: altitude
|
||||
:return: node data object
|
||||
:rtype: core.data.NodeData
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue