Development status:
Released,
Release: Release_1_2
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/MaiaCtrl
Contact:
Class Description
Class for connecting via socket to the Maia Detector system.
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Brookhaven National Laboratory & Commonwealth Scientific and Industrial Research Organisation
Product:
Maia Detector System
Bus: Data Socket
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. |
| WriteSocketInput: DevString String to send Output: DevVoid |
Write to the socket |
| WriteReadSocketInput: DevString Command to send Output: DevString Returned answer |
Write to the socket and read an answer. |
Pipes:
Properties:
| Name | Description |
|---|---|
| IpAddrDevString | Ip Address for socket connection. Not needed if HostName is set. |
| PortNbDevLong | Port number for socket connection |
| SimulationModeDevLong | 1 if server in simulation mode |
| HostNameDevString | Host name of the maia system. If it is not set, IpAddr will be used. |
Please log in to comment.