HiveMind
|
#include <application-interface/ApplicationInterface.h>
#include <application-interface/ButtonCallbackRegister.h>
#include <application-interface/ConnectionStateUI.h>
#include <application-interface/DeviceStateUI.h>
#include <application-interface/HostHandshakeUI.h>
#include <application-interface/RemoteHandshakeUI.h>
#include <application-interface/UserUI.h>
Go to the source code of this file.
Namespaces | |
ApplicationInterfaceContainer | |
Functions | |
ButtonCallbackRegister & | ApplicationInterfaceContainer::getButton0CallbackRegister () |
get the button 0 callback register More... | |
ButtonCallbackRegister & | ApplicationInterfaceContainer::getButton1CallbackRegister () |
get the button 1 callback register More... | |
ConnectionStateUI & | ApplicationInterfaceContainer::getConnectionStateUI () |
get the connection state UI More... | |
DeviceStateUI & | ApplicationInterfaceContainer::getDeviceStateUI () |
get the device state UI More... | |
HostHandshakeUI & | ApplicationInterfaceContainer::getHostHandshakeUI () |
get the host handshake UI More... | |
RemoteHandshakeUI & | ApplicationInterfaceContainer::getRemoteHandshakeUI () |
get the remote handshake UI More... | |
UserUI & | ApplicationInterfaceContainer::getUserUI () |
get the UI available to the user More... | |