|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Device
Declare a class as a Tango Device.
@Device public class MyTangoDevice{...}This annotation is mandatory.
Optional Element Summary | |
---|---|
java.lang.String |
deviceType
The device type returned by "info" |
TransactionType |
transactionType
Declares the transaction granularity TransactionType This class with be created with default ctr. |
public abstract TransactionType transactionType
TransactionType
This class with be created with default ctr. Default
value
public abstract java.lang.String deviceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |