Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/ISGCamera
Contact:
Class Description
Class for controlling the XL Camera from ISG
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: ISG
Product:
XL Camera
Bus: Ethernet
Class interface
Attributes:
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| StartInput: DevVoid Output: DevVoid |
— |
| StopInput: DevVoid Output: DevVoid |
— |
| ClearInput: DevVoid Output: DevVoid |
— |
| RecordInput: DevVoid Output: DevVoid |
— |
| SaveInput: DevVoid Output: DevVoid |
— |
| WriteSocketInput: DevString Output: DevVoid |
Write command to the camera software. |
Pipes:
Properties:
| Name | Description |
|---|---|
| HostnameDevString | Name of the computer running the camera software. |
| PortNbDevLong | Port for talking to the camera |
| SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
Please log in to comment.