24 #ifndef COMMANDSENDER_H_
25 #define COMMANDSENDER_H_
28 #include "../test/IAmCommandBackdoor.h"
36 class CAmCommandReceiver;
78 friend class IAmCommandBackdoor;
81 void unloadLibraries(
void);
82 std::vector<IAmCommandSend*> mListInterfaces;
83 std::vector<void*> mListLibraryHandles;
84 std::vector<std::string> mListLibraryNames;
am_Error_e getListPlugins(std::vector< std::string > &interfaces) const
void cbNumberOfSourceClassesChanged()
void cbNewSink(am_SinkType_s sink)
This class realizes the command Interface.
am_Error_e startupInterfaces(CAmCommandReceiver *iCommandReceiver)
am_Error_e
the errors of the audiomanager.
This struct holds information about the configuration for notifications.
void cbSystemPropertyChanged(const am_SystemProperty_s &systemProperty)
void cbSinkUpdated(const am_sinkID_t sinkID, const am_sinkClass_t sinkClassID, const std::vector< am_MainSoundProperty_s > &listMainSoundProperties)
void cbNewMainConnection(const am_MainConnectionType_s mainConnection)
This struct holds the payload of a notification.
void cbSourceNotification(const am_sourceID_t sourceID, const am_NotificationPayload_s ¬ification)
this type holds all information of sinks relevant to the HMI
int16_t am_timeSync_t
offset time that is introduced in milli seconds.
void cbMainSinkSoundPropertyChanged(const am_sinkID_t sinkID, const am_MainSoundProperty_s &soundProperty)
void cbMainSourceSoundPropertyChanged(const am_sourceID_t sourceID, const am_MainSoundProperty_s &soundProperty)
void cbRemovedSource(const am_sourceID_t source)
void cbTimingInformationChanged(const am_mainConnectionID_t mainConnectionID, const am_timeSync_t time)
void cbNewSource(const am_SourceType_s source)
struct describing system properties
CAmCommandSender(const std::vector< std::string > &listOfPluginDirectories)
struct describung mainsound property
void getInterfaceVersion(std::string &version) const
void cbNumberOfSinkClassesChanged()
uint16_t am_sourceID_t
a source ID
void cbSinkNotification(const am_sinkID_t sinkID, const am_NotificationPayload_s ¬ification)
am_ConnectionState_e
represents the connection state
void cbSourceMainNotificationConfigurationChanged(const am_sourceID_t sourceID, const am_NotificationConfiguration_s &mainNotificationConfiguration)
this type holds all information of connections relevant to the HMI
void cbSourceUpdated(const am_sourceID_t sourceID, const am_sourceClass_t sourceClassID, const std::vector< am_MainSoundProperty_s > &listMainSoundProperties)
void cbSinkMuteStateChanged(const am_sinkID_t sinkID, const am_MuteState_e muteState)
uint16_t am_sourceClass_t
void cbRemovedMainConnection(const am_mainConnectionID_t mainConnection)
this describes the availability of a sink or a source together with the latest change ...
void cbSinkAvailabilityChanged(const am_sinkID_t sinkID, const am_Availability_s &availability)
void cbVolumeChanged(const am_sinkID_t sinkID, const am_mainVolume_t volume)
void cbSinkMainNotificationConfigurationChanged(const am_sinkID_t sinkID, const am_NotificationConfiguration_s &mainNotificationConfiguration)
void cbMainConnectionStateChanged(const am_mainConnectionID_t connectionID, const am_ConnectionState_e connectionState)
int16_t am_mainVolume_t
This is the volume presented on the command interface.
void cbSourceAvailabilityChanged(const am_sourceID_t sourceID, const am_Availability_s &availability)
this type holds all information of sources relevant to the HMI
Copyright (C) 2012 - 2014, BMW AG.
This class is used to send data to the CommandInterface.
uint16_t am_sinkID_t
a sink ID
uint16_t am_mainConnectionID_t
a mainConnection ID
void cbRemovedSink(const am_sinkID_t sink)