OceanDirectLighthouse
3.1.1
OceanDirect Lighthouse Python API
|
Go to the source code of this file.
Namespaces | |
Python.oceandirect.sdk_properties | |
Variables | |
Python.oceandirect.sdk_properties.user = getpass.getuser() | |
Python.oceandirect.sdk_properties.user_home = os.path.expanduser("~"+user) | |
Python.oceandirect.sdk_properties.program_data = os.path.normpath("./oceandirect") | |
Python.oceandirect.sdk_properties.os_platform = platform.system() | |
tuple | Python.oceandirect.sdk_properties.oceandirect_libname = ("liboceandirect.dylib") |
Change the path name here. More... | |
Python.oceandirect.sdk_properties.module_path = os.path.dirname(__file__) | |
Python.oceandirect.sdk_properties.oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname) | |