Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using RobotNet.VDA5050.Type;
|
||||
using RobotNet10.RobotApp.Services.Robot.Actions;
|
||||
|
||||
namespace RobotNet10.RobotApp.Interfaces;
|
||||
|
||||
public interface IRobotActionProvider
|
||||
{
|
||||
bool IsInitialized { get; }
|
||||
RobotAction GetRobotAction(ActionType type);
|
||||
RobotAction[] GetRobotActions();
|
||||
}
|
||||
Reference in New Issue
Block a user