class ControllerClientApp

Defined at line 23 of file ../../src/camera/bin/camera-gym/controller_client/controller_client_app.h

ControllerClientApp allow the simple exercise of passing arguments to the service side

(camera-gym-manual). The arguments are passed as-is. Range checks must be done by the service

side.

Public Methods

void ControllerClientApp (async::Loop & loop)

Defined at line 26 of file ../../src/camera/bin/camera-gym/controller_client/controller_client_app.cc

void Start (std::vector<fuchsia::camera::gym::Command> commands)

Kick off the passing of commands to the service side.

Defined at line 29 of file ../../src/camera/bin/camera-gym/controller_client/controller_client_app.cc