src/demo/infotainment_system.hpp Source File#
Demo
|
infotainment_system.hpp
std::vector< Contact > getContacts()
Accesses the contacts on the smartphone.
Definition infotainment_system.hpp:57
void displayDirections(const std::vector< std::string > &directions)
Displays turn-by-turn directions on the user interface.
Definition infotainment_system.hpp:65
InfotainmentSystem()
Constructs the InfotainmentSystem object.
Definition infotainment_system.hpp:26
bool connectToSmartphone(const std::string &smartphoneID)
Establishes a Bluetooth connection with a smartphone.
Definition infotainment_system.hpp:33
void displayTrafficUpdates(const std::string &trafficInfo)
Provides real-time traffic updates.
Definition infotainment_system.hpp:73
void processVoiceCommand(const std::string &command)
Processes a voice command from the user.
Definition infotainment_system.hpp:81
void streamMusic(const std::vector< std::string > &playlist)
Streams music from the smartphone.
Definition infotainment_system.hpp:49
void makeHandsFreeCall(const std::string &phoneNumber)
Makes a hands-free call.
Definition infotainment_system.hpp:41
Generated by 1.9.7