View Source Tello.CyberTello.Processor (Tello v0.3.0)
Process the commands receives from Tello.Controller.
Link to this section Summary
Functions
Process the command.
Link to this section Functions
@spec process_command( String.t(), {:inet.ip_address(), :inet.port_number()} ) :: :ok | {:error, any()}
Process the command.
- Get Tello's current state from
Tello.CyberTello.Memory - Mutate state based on the
commandbyTello.CyberTello.Processor.ControlUnit - Send result to
frombyTello.CyberTello.Gateway