Static Public Member Functions | |
static void | insert (org.omg.CORBA.Any a, SctTestApi.HighLevelApi that) |
static SctTestApi.HighLevelApi | extract (org.omg.CORBA.Any a) |
synchronized static org.omg.CORBA.TypeCode | type () |
static String | id () |
static SctTestApi.HighLevelApi | read (org.omg.CORBA.portable.InputStream istream) |
static void | write (org.omg.CORBA.portable.OutputStream ostream, SctTestApi.HighLevelApi value) |
static SctTestApi.HighLevelApi | narrow (org.omg.CORBA.Object obj) |
static SctTestApi.HighLevelApi | unchecked_narrow (org.omg.CORBA.Object obj) |
Static Private Attributes | |
static String | _id = "IDL:SctTestApi/HighLevelApi:1.0" |
static org.omg.CORBA.TypeCode | __typeCode = 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 17 of file HighLevelApiHelper.java.