hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Functions | Variables
hlccOldbloader.hlccOldbloader Namespace Reference

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:])
 

Function Documentation

◆ get_oldb_content()

def hlccOldbloader.hlccOldbloader.get_oldb_content ( str  uri)

Get the content of the specified uri in the Oldb.

Parameters
uristr, oldb address
Returns
: Value read from Oldb in the given address

◆ update_oldb_content()

None hlccOldbloader.hlccOldbloader.update_oldb_content ( str  uri,
  content 
)

Update the content of the specified uri in the Oldb with the provided content.

Parameters
uristr, oldb address
contentany, content of datapoint to update

Variable Documentation

◆ ISOK

HlccOldbLoader hlccOldbloader.hlccOldbloader.ISOK = HlccOldbLoader.main(sys.argv[1:])

◆ LOGGER

logging hlccOldbloader.hlccOldbloader.LOGGER = logging.getLogger(__name__)