Class StateSocket¶
- Defined in File state_socket.hpp
Inheritance Relationships¶
Base Type¶
public BaseSocket
(Class BaseSocket)
Class Documentation¶
-
class
StateSocket
: public BaseSocket¶ Prints the state of the tello.
Public Functions
-
StateSocket
(asio::io_service &io_service, const std::string &drone_ip, const std::string &drone_port, const std::string &local_port)¶ Constructor.
- Return
- none
- Parameters
io_service
: io_service object used to handle all socket communicationdrone_ip
: ip address of dronedrone_port
: port number on the dronelocal_port
: port on the local machine used to communicate with the drone port mentioned above
-
~StateSocket
()¶ Destructor.
- Return
- none
-