PythonOceanDirect
2.4.0
OceanDirect Python API
|
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") |
Change the path name here. More... | |
module_path = os.path.dirname(__file__) | |
oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname) | |
Python.oceandirect.sdk_properties.module_path = os.path.dirname(__file__) |
Definition at line 29 of file sdk_properties.py.
Python.oceandirect.sdk_properties.oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname) |
Definition at line 30 of file sdk_properties.py.
tuple Python.oceandirect.sdk_properties.oceandirect_libname = ("liboceandirect.dylib") |
Change the path name here.
Definition at line 21 of file sdk_properties.py.
Python.oceandirect.sdk_properties.os_platform = platform.system() |
Definition at line 16 of file sdk_properties.py.
Python.oceandirect.sdk_properties.program_data = os.path.normpath("./oceandirect") |
Definition at line 15 of file sdk_properties.py.
Python.oceandirect.sdk_properties.user = getpass.getuser() |
Definition at line 13 of file sdk_properties.py.
Python.oceandirect.sdk_properties.user_home = os.path.expanduser("~"+user) |
Definition at line 14 of file sdk_properties.py.