OceanDirectLighthouse  3.1.1
OceanDirect Lighthouse Python API
Public Member Functions | Public Attributes | List of all members
Python.oceandirect.LighthouseAPI.LighthouseAPI.__LighthouseSingleton Class Reference

Public Member Functions

def __init__ (self)
 
def __del__ (self)
 
None shutdown (self)
 

Public Attributes

 oceandirect
 

Detailed Description

Definition at line 14 of file LighthouseAPI.py.

Constructor & Destructor Documentation

◆ __init__()

def Python.oceandirect.LighthouseAPI.LighthouseAPI.__LighthouseSingleton.__init__ (   self)

Definition at line 15 of file LighthouseAPI.py.

◆ __del__()

def Python.oceandirect.LighthouseAPI.LighthouseAPI.__LighthouseSingleton.__del__ (   self)
Closes all open devices and the odapi singleton.

Definition at line 19 of file LighthouseAPI.py.

Member Function Documentation

◆ shutdown()

None Python.oceandirect.LighthouseAPI.LighthouseAPI.__LighthouseSingleton.shutdown (   self)
Release any remaining used resources before shutting down the program.

Definition at line 29 of file LighthouseAPI.py.

Member Data Documentation

◆ oceandirect

Python.oceandirect.LighthouseAPI.LighthouseAPI.__LighthouseSingleton.oceandirect

Definition at line 16 of file LighthouseAPI.py.