Parse the <measurement_channels> section in the config file -- used for common channel settings.
- Parameters:
-
[in] | elem | The ticpp-element to parse. |
[out] | nr_ch | The number of channels defined in the ticpp-element. |
[out] | naming | The channel-naming defined in the ticpp-element. |
[out] | type | The channel-types defined in the ticpp-element. |
- Exceptions:
-
ticpp::Exception | Parse the <selection> section in the config file -- used for individual channel settings. |
- Parameters:
-
[in] | elem | The ticpp-element to parse. |
[out] | ch | The channel number defined in the ticpp-element. |
[out] | name | The channel's name defined in the ticpp-element. |
[out] | type | The channel's type defined in the ticpp-element. |
- Exceptions:
-
ticpp::Exception | Check if all mandatory tags in <hardware> are given. |
ticpp::Exception | TODO TODO |
Definition at line 207 of file xml_parser.h.