commit | 88c78caca3cf68e3563a1cc3a33993089a031be0 | [log] [tgz] |
---|---|---|
author | Ivona Oboňová <ivonaobonova@gmail.com> | Tue Jul 02 18:40:07 2019 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Mon Aug 05 16:16:50 2019 +0200 |
tree | 383cfdc13841a75578b2ff1578e6de2a404158f7 | |
parent | 76b3ddc5c61d2cd643082410ec0d179458fbf120 [diff] |
Implement int8, uint8, int16, uint16, int64, uint64 types This sw did not support uint8 type, which is needed by the upcoming driver CalibrationBox within cla-sysrepo, so we implemented uint8 and other types in TODO sections. Creating leaf_data_XXX_classes for all types would result in a lot of redundant code so the base class was turned into a template and the type is passed through the template argument. Change-Id: I866a3933fe21ea7844299556e5aaf39b3e40e92f Co-Authored-By: Jan Kundrát <jan.kundrat@cesnet.cz>
Copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Copyright © CESNET, https://www.cesnet.cz/ . Most of the code was written by Václav Kubernát (FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.