OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse Python API
Python.oceandirect.sdk_properties Namespace Reference

Variables

 user = getpass.getuser()
 
 user_home = os.path.expanduser("~"+user)
 
 program_data = os.path.normpath("./oceandirect")
 
 os_platform = platform.system()
 
tuple oceandirect_libname = ("liboceandirect.dylib")
 
 module_path = os.path.dirname(__file__)
 
 oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname)
 

Detailed Description

Created on Wed Jan  9 16:25:46 2019

@author: Ocean Insight Inc.

Variable Documentation

◆ module_path

Python.oceandirect.sdk_properties.module_path = os.path.dirname(__file__)

Definition at line 29 of file sdk_properties.py.

◆ oceandirect_dll

Python.oceandirect.sdk_properties.oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname)

Definition at line 30 of file sdk_properties.py.

◆ oceandirect_libname

tuple Python.oceandirect.sdk_properties.oceandirect_libname = ("liboceandirect.dylib")

Definition at line 21 of file sdk_properties.py.

◆ os_platform

Python.oceandirect.sdk_properties.os_platform = platform.system()

Definition at line 16 of file sdk_properties.py.

◆ program_data

Python.oceandirect.sdk_properties.program_data = os.path.normpath("./oceandirect")

Definition at line 15 of file sdk_properties.py.

◆ user

Python.oceandirect.sdk_properties.user = getpass.getuser()

Definition at line 13 of file sdk_properties.py.

◆ user_home

Python.oceandirect.sdk_properties.user_home = os.path.expanduser("~"+user)

Definition at line 14 of file sdk_properties.py.