We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed47a0f commit 0e6d8a9Copy full SHA for 0e6d8a9
1 file changed
pyMOOS.cpp
@@ -249,6 +249,12 @@ PYBIND11_PLUGIN(pymoos)
249
.def("source", &CMOOSMsg::GetSource, "Return the name of the"
250
" process (as registered with the DB) who posted the"
251
" notification.")
252
+ .def("source_aux", &CMOOSMsg::GetSourceAux, "Return the name of the"
253
+ " process (as registered with the DB) who posted the"
254
+ " notification auxiliary field.")
255
+
256
+ .def("community", &CMOOSMsg::GetCommunity, "Return the name of the "
257
+ "MOOS community in which the orginator lives")
258
259
.def("is_double", &CMOOSMsg::IsDouble, "Check if data is double.")
260
0 commit comments