]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/enums.py
Build: Use angle brackets for enums.cpp include
[libsigrok.git] / bindings / cxx / enums.py
index aed42120c5151ddb06387261e8f19eec36bd30bf..90120d7f9fe85c43146a300ba17901c692657b8d 100644 (file)
@@ -40,7 +40,8 @@ mapping = dict([
     ('sr_configkey', ('ConfigKey', 'Configuration key')),
     ('sr_datatype', ('DataType', 'Configuration data type')),
     ('sr_channeltype', ('ChannelType', 'Channel type')),
-    ('sr_trigger_matches', ('TriggerMatchType', 'Trigger match type'))])
+    ('sr_trigger_matches', ('TriggerMatchType', 'Trigger match type')),
+    ('sr_output_flag', ('OutputFlag', 'Flag applied to output modules'))])
 
 index = ElementTree.parse(index_file)