Проверка шаблона шины для iOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pipeBusSource.py 210B

11ヶ月前
11ヶ月前
11ヶ月前
12345
  1. def pipeBusSource(name, entity, busKey, structure, fmt):
  2. valueType = structure.model.fields[name][0]
  3. return fmt \
  4. .replace("%BUS_KEY%", busKey) \
  5. .replace("%BUS_VALUE_TYPE%", valueType)