API changes - 1.27 |
+ public virtual bool Equals( CardInfo other )
- public void AppendBranchAbs( int pos )
+ public void AppendBranchAbs( int pos )
- public void AppendBranchList( int listID )
+ public void AppendBranchList( int listID )
- public void AppendBranchRel( int pos, BooleanVariable flag, bool ifNotTrue = false )
+ public void AppendBranchRel( int pos, BooleanVariable flag, bool ifNotTrue = false )
- public void AppendBranchToList( int listID )
- public void AppendBranchToList( int listID )
- public void AppendBranchToList( int listID )
- public void AppendCallList( int listID )
+ public void AppendCallList( int listID )
- public void AppendCaseAbs( int pos, UInt16 condMask )
+ public void AppendCaseAbs( int pos, uint cond )
- public void AppendCaseBranchList( int listID, UInt16 condMask )
+ public void AppendCaseBranchList( int listID, uint cond )
- public void AppendCaseCallList( int listID, UInt16 condMask )
+ public void AppendCaseCallList( int listID, uint cond )
- public void AppendCaseList( int listID, UInt16 condMask )
- public void AppendCaseList( int listID, UInt16 condMask )
- public void AppendCaseRel( int pos, UInt16 condMask )
+ public void AppendCaseRel( int pos, uint cond )
- public void AppendDefaultList( int listID )
- public void AppendExitList( )
+ public void AppendExitList( )
- public void AppendSwitch( IOPort port )
+ public void AppendSwitch( IOPort port, bool compareAsMask )
+ public int GetConnectionLimit( )
- All
+ SensorZ
+ XYZ
+ Zoom
+ SensorZ
+ Zoom
+ public double AccelerationTime { get; set; }
+ public AxisParameterSet( )
+ public double HeadBias { get; set; }
+ public double TrackingError { get; set; }
+ EXIT_LIST_FLAG
+ EXLF
- public Point3D[] Actual { get; set; }
+ public Point4D[] Actual { get; set; }
- public Double[] ActualZoom { get; set; }
- public Point3D NominalAfterTransformation { get; set; }
+ public Point4D NominalAfterTransformation { get; set; }
- public Point3D NominalBeforeTransformation { get; set; }
+ public Point4D NominalBeforeTransformation { get; set; }
- public double NominalZoom { get; set; }
- public Positions( )
+ public Positions( )
- public Double[] AccelerationTime { get; set; }
+ public AxisParameterSet[] Axes { get; set; }
+ public AxisParameterSet GetAxisParameterSet( Axis axis )
- public Double[] HeadBias { get; set; }
- public Double[] TrackingError { get; set; }
+ public static Axes GetAxes( ScanHeadFormat headFormat )
+ public static bool HasOpticalZoom( ScanHeadFormat headFormat )
- public Point4D( double x, double y, double z, double m )
+ public Point4D( double x, double y, double z, double m )