Collaboration diagram for SctTestApi.HighLevelApiHolder:
Public Member Functions | |
HighLevelApiHolder (SctTestApi.HighLevelApi initialValue) | |
void | _read (org.omg.CORBA.portable.InputStream i) |
void | _write (org.omg.CORBA.portable.OutputStream o) |
org.omg.CORBA.TypeCode | _type () |
Public Attributes | |
SctTestApi.HighLevelApi | value = null |
Instead of the data going through SctApi and the CalibrationController mechanisms, it is published directly based on what is wanted. Useful for testing algorithms. Note that it maintains its own configuration, even though 1 thing is the same as in the Configuration.
Definition at line 16 of file HighLevelApiHolder.java.