DbRecorder¶
-
class
mss_dataserver.geometry.db_inventory.DbRecorder(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.RecorderThe database recorder.
- Parameters
orm (
mss_data_server.geometry.databaseFactory.GeomRecorder) – The sqlalchemy table mapper class.- Keyword Arguments
**kwargs – The keyword arguments passed to the __init__ method of the parent class
mss_dataserver.geoemetry.inventory.Recorder.
Properties¶
idint: The database id.
Methods¶
|
Initialize the instance. |
|
Add a stream to the recorder. |
|
Create a |
|
Create a |
|
Get a stream from the recorder. |
|
Merge a recorder with the existing. |
|
Remove a stream from the recorder. |
|
Remove a component from the sensor using the component instance. |
