17 #ifndef ROVERAPI_ROVER_CLOUD_HPP_ 18 #define ROVERAPI_ROVER_CLOUD_HPP_ 49 virtual void setPort (
const int port) = 0;
virtual void setPort(const int port)=0
Sets private attribute PORT.
int PORT
Port used for connecting to a cloud server.
Definition: rover_cloud.hpp:36
rover Namespace contains classes to manage Rover sensors, gpio, buzzer, buttons, driving, utilities, and cloud.
Definition: rover_api.hpp:293
RoverCloud defines the interfaces that can be used for classes that connect to a remote cloud server...
Definition: rover_cloud.hpp:25
virtual void setHostName(char *host_name)=0
Sets private attribute HOST_NAME.
char * HOST_NAME
Host name used for connecting to a cloud server.
Definition: rover_cloud.hpp:31
virtual ~RoverCloud()
Virtual destructor.
Definition: rover_cloud.hpp:54