From a6be7610736293774b11f9a172d156ab444811c9 Mon Sep 17 00:00:00 2001 From: tkummermehr Date: Thu, 13 Jul 2017 22:05:10 +0200 Subject: New XML Parser implementation, supports splitter and combiner --- data/CMakeLists.txt | 2 +- data/config.ucsx | 63 ------- data/config_multichannel_audio_kit.xml | 112 +++++++++++++ data/unicens.xsd | 291 +++++++++++++++++++++++++++++++++ 4 files changed, 404 insertions(+), 64 deletions(-) delete mode 100644 data/config.ucsx create mode 100644 data/config_multichannel_audio_kit.xml create mode 100644 data/unicens.xsd (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 11fbad4..d49221d 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -23,7 +23,7 @@ ################################################## PROJECT_TARGET_ADD(ucs2_config) - file(GLOB SOURCE_FILES "*.ucsx") + file(GLOB SOURCE_FILES "*.xml") add_custom_target(${TARGET_NAME} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME} diff --git a/data/config.ucsx b/data/config.ucsx deleted file mode 100644 index 5adbb61..0000000 --- a/data/config.ucsx +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/data/config_multichannel_audio_kit.xml b/data/config_multichannel_audio_kit.xml new file mode 100644 index 0000000..a248607 --- /dev/null +++ b/data/config_multichannel_audio_kit.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/unicens.xsd b/data/unicens.xsd new file mode 100644 index 0000000..08a5ee6 --- /dev/null +++ b/data/unicens.xsd @@ -0,0 +1,291 @@ + + + + + + Schema for the description of a UNICENS configuration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecimal number in the format 0xd..d + + + + + + + + Decimal number + + + + + + Physical Layer of USB port + + + + + + + + + Clock Config of MediaLB port + + + + + + + + + + + + + + + Clock Config of Stream port + + + + + + + + + + + + + + + Data Alignment of Stream port + + + + + + + + + + + + Stream Pin ID of Stream socket + + + + + + + + + + + Mute Mode of Sync connection + + + + + + + + + Isoc Packet Size of AVP connection + + + + + + + + + + Speed parameter of I2CPortCreate + + + + + + + + + Mode parameter of I2CPortWrite + + + + + + + + + + String which represents byte array as hexadecimal digits with space after each two digits + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg