|
hlcc 2.0.0-beta2+pre1
|
Classes | |
| class | HlccOldbLoader |
| class | OldbSpecFile |
| Class used to encode/decode configuration nodes of type 'OldbSpecFile' to python types. More... | |
Functions | |
| def | get_oldb_content (str uri) |
| Get the content of the specified uri in the Oldb. | |
| None | update_oldb_content (str uri, content) |
| Update the content of the specified uri in the Oldb with the provided content. | |
Variables | |
| logging | LOGGER = logging.getLogger(__name__) |
| HlccOldbLoader | ISOK = HlccOldbLoader.main(sys.argv[1:]) |
| def hlccOldbloader.hlccOldbloader.get_oldb_content | ( | str | uri | ) |
Get the content of the specified uri in the Oldb.
| uri | str, oldb address |
| None hlccOldbloader.hlccOldbloader.update_oldb_content | ( | str | uri, |
| content | |||
| ) |
Update the content of the specified uri in the Oldb with the provided content.
| uri | str, oldb address |
| content | any, content of datapoint to update |
| HlccOldbLoader hlccOldbloader.hlccOldbloader.ISOK = HlccOldbLoader.main(sys.argv[1:]) |
| logging hlccOldbloader.hlccOldbloader.LOGGER = logging.getLogger(__name__) |