![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| set_config_file (cls, path) | |
| get_config_file (cls) | |
| log (self, message, error=False) | |
| __init__ (self, args) | |
| SvcDoRun (self) | |
| SvcStop (self) | |
Public Attributes | |
| stop_event = multiprocessing.Event() | |
Static Protected Attributes | |
| str | _svc_name_ = "MicroscopeService" |
| str | _svc_display_name_ = "Microscope device servers" |
| str | _svc_description_ = "Serves microscope devices." |
Serves microscope devices via a Windows service. Win32 service manipulation relies on fetching _svc_name_ without instantiating any object, so _svc_name_ must be a class attribute. This means that only one MicroscopeService may be installed on any one system, and will be responsible for serving all microscope devices on that system.
| microscope.win32.MicroscopeWindowsService.__init__ | ( | self, | |
| args ) |
| microscope.win32.MicroscopeWindowsService.get_config_file | ( | cls | ) |
| microscope.win32.MicroscopeWindowsService.log | ( | self, | |
| message, | |||
| error = False ) |
| microscope.win32.MicroscopeWindowsService.set_config_file | ( | cls, | |
| path ) |
| microscope.win32.MicroscopeWindowsService.SvcDoRun | ( | self | ) |
Definition at line 93 of file win32.py.
| microscope.win32.MicroscopeWindowsService.SvcStop | ( | self | ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
| microscope.win32.MicroscopeWindowsService.stop_event = multiprocessing.Event() |