Development status:
Released,
Release: Release_1_5
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/LCXCameraCtrl
Contact:
Class Description
Class for connecting via socket to the perl server for the LCX Camera.
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Roper Scientific
Product:
LCX
Bus: Socket
Class interface
Attributes:
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
WriteReadSocketInput: DevString Command Output: DevString Answer |
Writes a command to the socket and gets the answer. |
CloseSocketInput: DevVoid Output: DevVoid |
Close socket connection. |
Pipes:
Properties:
Name | Description |
---|---|
PortNbDevLong | Perl Server port number. |
IpAddrDevString | Ip address of the windows computer with the camera server |
SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
Please log in to comment.