API changes - 1.38 |
+ public void EnableAdcAdapterReceiveMode( IOPort port, bool enable )
+ public List<string> GetAvailableAdapterBoardNames( IOPort port )
+ public string GetCurrentAdapterBoardName( IOPort port )
+ public void SetConfigByName( IOPort port, string name )
+ public bool Valid( IOPort port )
- public void Append( CommandList list )
- public void Append( CommandList list )
+ public void AppendJumpAndShoot( IList<JumpAndShootItem<Point2D>> points )
+ public int ExecutionLimit { get; }
+ public static CommandList Load( string filePath )
- public virtual string ToString( )
+ public string Name { get; set; }
+ END_OF_MARK_JAF_COMMANDS
+ MARK_JAS
+ MARK_JAS_3D_ABS
+ MARK_JAS_ABS
+ START_OF_MARK_JAS_COMMANDS
+ JAS3A
+ JASA
+ public IEnumerable<Command> ConvertCommands( )
+ public static CommandList FromString( string commandList )
+ public static CommandList Load( string filePath )
+ public double Delay { get; set; }
+ public double ExposureTime { get; set; }
+ public JumpAndShootItem`1( )
+ public T Position { get; set; }
+ public virtual int Dimensions { get; }
+ public static Point2D FromString( string s )
- public double Item { get; set; }
+ public virtual double Item { get; set; }
+ public virtual int Dimensions { get; }
+ public static Point2DInt FromString( string s )
- public int Item { get; set; }
+ public virtual int Item { get; set; }
+ public double AngleTo( Point3D vector )
+ public static Point3D Centroid( Point3D[] points )
+ public Point3D CrossProduct( Point3D b )
+ public virtual int Dimensions { get; }
+ public double DotProduct( Point3D vector )
+ public static Point3D FromString( string s )
+ public bool IsFinite { get; }
- public double Item { get; set; }
+ public virtual double Item { get; set; }
+ public double MagnitudeSquared { get; }
+ public Point3D Midpoint( Point3D point )
+ public Point3D Normalize( )
+ public static Point3D op_UnaryNegation( Point3D rhs )
+ public bool Opposes( Point3D vector )
+ public Point3D Scale( double scaleX, double scaleY, double scaleZ )
+ public static Point3D XAxis
+ public static Point3D YAxis
+ public static Point3D ZAxis
+ public virtual int Dimensions { get; }
+ public static Point3DInt FromString( string s )
- public int Item { get; set; }
+ public virtual int Item { get; set; }
+ public virtual int Dimensions { get; }
+ public static Point4D FromString( string s )
- public double Item { get; set; }
+ public virtual double Item { get; set; }
+ public virtual int Dimensions { get; }
+ public static Point4DInt FromString( string s )
- public int Item { get; set; }
+ public virtual int Item { get; set; }