RAPP Platform API
|
Classes | |
class | asio_handler |
base class for asio handling, including helper methods and most protected members More... | |
class | asio_service_http |
base class for asynchronous http websockets used for connecting to cloud services More... | |
class | asio_socket |
Abstract Base ASIO Socket class Use for passing around to the service controller, various types of cloud handlers. This Interface is needed so that different handlers can be passed to the scheduler transparently. More... | |
class | asio_socket_https |
wrapper for SSL/TLS secure HTTP communication More... | |
class | available_services |
requests available services from platform More... | |
class | cognitive_get_history |
class | cognitive_get_scores |
class | cognitive_record_performance |
class | cognitive_test_selector |
chose a congitive game to play More... | |
class | email_fetch |
fetch email(s) More... | |
class | email_send |
send an email More... | |
class | face_detection |
Asynchronous Service which will request the cloud to detect faces. More... | |
class | fetch_personal_data |
Get all personal data for a specific user. More... | |
class | geolocation |
geolocation service More... | |
class | hazard_detection_door_check |
detect open doors More... | |
class | hazard_detection_light_check |
detect light levels More... | |
class | human_detection |
detect humans in an image More... | |
class | login_user |
class | news_explore |
get news More... | |
class | object_recognition |
recognize object from an image More... | |
class | ontology_is_subsuperclass_of |
query if sub class is a super class of param More... | |
class | ontology_subclasses_of |
get ontology subclass of a query More... | |
class | ontology_superclasses_of |
get ontology super-classes of query More... | |
class | path_upload_map |
class | plan_path_2d |
class | qr_detection |
Asynchronous Service which will request the cloud to detect QR codes. More... | |
class | service_controller |
Main class that controllers RAPP Services. More... | |
class | set_denoise_profile |
setting the denoising audio profile for speech recognition More... | |
class | speech_detection_google |
delegate speech-to-text to Google via RAPP More... | |
class | speech_detection_sphinx4 |
speech-to-text recognition using CMU sphinx4 More... | |
class | text_to_speech |
request speech audio from text More... | |
class | weather_report_current |
get current weather report More... | |
class | weather_report_forecast |
get weather forecast More... | |
Variables | |
constexpr char | address [] = "localhost" |
api.rapp.cloud - More... | |
constexpr char | port [] = "9001" |
api.rapp.cloud - HOP server port More... | |
constexpr char rapp::cloud::address[] = "localhost" |
api.rapp.cloud -
Definition at line 8 of file asio_socket.hpp.
constexpr char rapp::cloud::port[] = "9001" |
api.rapp.cloud - HOP server port
Definition at line 10 of file asio_socket.hpp.