NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
jsonloader::ArmPanAndTiltCommand Class Reference

#include <command_repo.h>

Inheritance diagram for jsonloader::ArmPanAndTiltCommand:
Inheritance graph

Public Member Functions

 ArmPanAndTiltCommand (Json::Value const &obj)
 
float pan () const noexcept
 
float tilt () const noexcept
 
std::string const & which () const noexcept
 
- Public Member Functions inherited from jsonloader::Command
virtual ~Command ()
 
virtual bool valid () const noexcept
 
bool blocking () const noexcept
 
std::string const & type () const noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from jsonloader::Command
static CommandMake (Json::Value const &obj)
 
- Protected Member Functions inherited from jsonloader::Command
 Command (Json::Value const &obj)
 
void set_valid (const bool valid) noexcept
 

Constructor & Destructor Documentation

◆ ArmPanAndTiltCommand()

jsonloader::ArmPanAndTiltCommand::ArmPanAndTiltCommand ( Json::Value const &  obj)
explicit

Member Function Documentation

◆ pan()

float jsonloader::ArmPanAndTiltCommand::pan ( ) const
noexcept

◆ tilt()

float jsonloader::ArmPanAndTiltCommand::tilt ( ) const
noexcept

◆ which()

std::string const & jsonloader::ArmPanAndTiltCommand::which ( ) const
noexcept

The documentation for this class was generated from the following files: