fr.esrf.Tango
Class DevCmdHistory
java.lang.Object
fr.esrf.Tango.DevCmdHistory
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class DevCmdHistory
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of struct "DevCmdHistory"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public TimeVal time
cmd_failed
public boolean cmd_failed
value
public org.omg.CORBA.Any value
errors
public DevError[] errors
DevCmdHistory
public DevCmdHistory()
DevCmdHistory
public DevCmdHistory(TimeVal time,
boolean cmd_failed,
org.omg.CORBA.Any value,
DevError[] errors)