ifw
0.0.1-dev
|
Classes | |
class | utils.StateReg |
Namespaces | |
utils | |
Functions | |
def | utils.opcua_type_name_to_nb_map |
Return reference to map with OPC UA type names to numerical representation. More... | |
def | utils.opcua_type_nb_to_name_map |
Return reference to map with OPC UA type numerical to textual representation. More... | |
def | utils.opcua_type_nb_to_name |
Convert OPC UA type from numerical to textual representation. More... | |
def | utils.opcua_type_name_to_nb |
Return OPC UA type from textual representation to numeric representation. More... | |
def | utils.get_location |
def | utils.get_module |
Get the name of the current module. More... | |
def | utils.get_ip_address |
Return IP address of execution node. More... | |
def | utils.get_iso_time |
Return ISO8601 time for the time at the invocation. More... | |
def | utils.debug |
Print a debug log to stdout. More... | |
def | utils.revert_dic |
Revert a dictionary (making the values to keys and vice versa). More... | |
def | utils.dic_has_key |
Return True if the given key is in the dictionary. More... | |
def | utils.resolve_path |
Resolve the given path. More... | |
def | utils.find_file |
Search for a file with the given name in the locations specified. More... | |