mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
msg: templates: add 'ids' to the Context documentation
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
@# - file_name_in (String) Source file
|
@# - file_name_in (String) Source file
|
||||||
@# - spec (msggen.MsgSpec) Parsed specification of the .msg file
|
@# - spec (msggen.MsgSpec) Parsed specification of the .msg file
|
||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@# - file_name_in (String) Source file
|
@# - file_name_in (String) Source file
|
||||||
@# - spec (msggen.MsgSpec) Parsed specification of the .msg file
|
@# - spec (msggen.MsgSpec) Parsed specification of the .msg file
|
||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
@# - search_path (dict) search paths for genmsg
|
@# - search_path (dict) search paths for genmsg
|
||||||
@# - topics (List of String) multi-topic names
|
@# - topics (List of String) multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
@# - search_path (dict) search paths for genmsg
|
@# - search_path (dict) search paths for genmsg
|
||||||
@# - topics (List of String) multi-topic names
|
@# - topics (List of String) multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
@# - search_path (dict) search paths for genmsg
|
@# - search_path (dict) search paths for genmsg
|
||||||
@# - topics (List of String) multi-topic names
|
@# - topics (List of String) multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@# - md5sum (String) MD5Sum of the .msg specification
|
@# - md5sum (String) MD5Sum of the .msg specification
|
||||||
@# - search_path (dict) search paths for genmsg
|
@# - search_path (dict) search paths for genmsg
|
||||||
@# - topics (List of String) multi-topic names
|
@# - topics (List of String) multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
@#
|
@#
|
||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
@#
|
@#
|
||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
@# Context:
|
@# Context:
|
||||||
@# - msgs (List) list of all msg files
|
@# - msgs (List) list of all msg files
|
||||||
@# - multi_topics (List) list of all multi-topic names
|
@# - multi_topics (List) list of all multi-topic names
|
||||||
|
@# - ids (List) list of all RTPS msg ids
|
||||||
@###############################################
|
@###############################################
|
||||||
@{
|
@{
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
|
|||||||
@@ -260,7 +260,8 @@ def get_em_globals(filename_msg, package, includepath, ids, scope):
|
|||||||
"spec": spec,
|
"spec": spec,
|
||||||
"topics": topics,
|
"topics": topics,
|
||||||
"ids": ids,
|
"ids": ids,
|
||||||
"scope": scope
|
"scope": scope,
|
||||||
|
"package": package
|
||||||
}
|
}
|
||||||
|
|
||||||
return em_globals
|
return em_globals
|
||||||
|
|||||||
Reference in New Issue
Block a user