16 #ifndef AACE_CAR_CONTROL_CAR_CONTROL_H    17 #define AACE_CAR_CONTROL_CAR_CONTROL_H    21 #include "AACE/Core/PlatformInterface.h"    26 namespace carControl {
   106     virtual bool isToggleControllerOn(
const std::string& endpointId, 
const std::string& controllerId, 
bool& isOn);
   117     virtual bool setRangeControllerValue(
const std::string& endpointId, 
const std::string& controllerId, 
double value);
   128         const std::string& endpointId,
   129         const std::string& controllerId,
   140     virtual bool getRangeControllerValue(
const std::string& endpointId, 
const std::string& controllerId, 
double& value);
   152         const std::string& endpointId,
   153         const std::string& controllerId,
   154         const std::string& value);
   175         const std::string& endpointId,
   176         const std::string& controllerId,
   183 #endif  // AACE_CAR_CONTROL_CAR_CONTROL_H virtual bool setRangeControllerValue(const std::string &endpointId, const std::string &controllerId, double value)
Definition: CarControl.cpp:56
virtual bool turnToggleControllerOff(const std::string &endpointId, const std::string &controllerId)
Definition: CarControl.cpp:45
virtual bool adjustRangeControllerValue(const std::string &endpointId, const std::string &controllerId, double delta)
Definition: CarControl.cpp:60
Definition: AddressBook.h:26
virtual bool getRangeControllerValue(const std::string &endpointId, const std::string &controllerId, double &value)
Definition: CarControl.cpp:67
virtual bool getModeControllerValue(const std::string &endpointId, const std::string &controllerId, std::string &value)
Definition: CarControl.cpp:85
virtual bool setModeControllerValue(const std::string &endpointId, const std::string &controllerId, const std::string &value)
Definition: CarControl.cpp:74
virtual bool adjustModeControllerValue(const std::string &endpointId, const std::string &controllerId, int delta)
Definition: CarControl.cpp:81
Definition: CarControl.h:44
virtual bool isPowerControllerOn(const std::string &endpointId, bool &isOn)
Definition: CarControl.cpp:34
virtual bool turnPowerControllerOn(const std::string &endpointId)
Definition: CarControl.cpp:26
virtual bool isToggleControllerOn(const std::string &endpointId, const std::string &controllerId, bool &isOn)
Definition: CarControl.cpp:49
virtual bool turnPowerControllerOff(const std::string &endpointId)
Definition: CarControl.cpp:30
virtual bool turnToggleControllerOn(const std::string &endpointId, const std::string &controllerId)
Definition: CarControl.cpp:41