View Source Tello.CyberTello.Processor (Tello v0.1.0)
Process the commands receives from Tello.Client
.
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
command
byTello.CyberTello.Processor.ControlUnit
- Send result to
from
byTello.CyberTello.Gateway