OceanDirectLighthouse
3.1.1
OceanDirect Lighthouse Python API
|
Python wrapper for C-structure, SpectrumWithMetadata. More...
Public Member Functions | |
def | __init__ (self, int spectraLength) |
list[float] | getSpectra (self) |
Public Attributes | |
buffer | |
bufferLength | |
tickCount | |
Python wrapper for C-structure, SpectrumWithMetadata.
This is use internally by the wrapper. NOTE: The field order and type must match those of the C-structure we defined otherwise python will throw a runtime error. User must not alter this definition.
Definition at line 16 of file LighthouseTypes.py.
def Python.oceandirect.LighthouseTypes.SpectrumWithMetadata_C.__init__ | ( | self, | |
int | spectraLength | ||
) |
Definition at line 28 of file LighthouseTypes.py.
list[float] Python.oceandirect.LighthouseTypes.SpectrumWithMetadata_C.getSpectra | ( | self | ) |
Definition at line 35 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata_C.buffer |
Definition at line 31 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata_C.bufferLength |
Definition at line 32 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata_C.tickCount |
Definition at line 33 of file LighthouseTypes.py.