|
onboardapi
9.10.0
by Rheinmetall
|
Classes | |
| class | IService |
| class | IClient |
| struct | RequestedAxisType |
| Contains information about a requested axis. More... | |
| struct | AssignedAxisType |
| Contains information about an assigned axis. More... | |
| struct | RequestedValueInputType |
| Contains information about a requested value input. More... | |
| struct | AssignedValueInputType |
| Contains information about an assigned value input. More... | |
| struct | RequestedButtonType |
| Contains information about a requested button. More... | |
| struct | AssignedButtonType |
| Contains information about an assigned button. More... | |
| struct | RequestedMenuType |
| Contains information about a requested Menu. More... | |
| struct | AssignedMenuType |
| Contains information about an assigned button group. More... | |
| struct | CmdIsHidManagerAlive |
| struct | ConfigHidAssignment |
| struct | ReportHidAssignment |
| Used by the HID Manager to report assigned buttons and axis. More... | |
| class | Service |
| new oo-api More... | |
| class | Client |
| new oo-api More... | |
Functions | |
| std::vector< std::string > | getMethodsAllIService () |
| std::vector< std::string > | getMethodsAllIClient () |
| template<class IServiceDerived > | |
| std::enable_if< std::is_same< IServiceDerived, std::vector< ddkit::callback::Base * > >::value, std::map< std::string, std::vector< ddkit::callback::Base * > > >::type | detectCallbacksIService (IServiceDerived &callbacks) |
| template<class IServiceDerived > | |
| std::enable_if< std::is_same< IServiceDerived, std::vector< ddkit::callback::Base * > >::value, std::vector< std::string > >::type | detectMethodsIService (IServiceDerived &callbacks, bool isCheckMostDerivedClassType) |
| template<class IServiceDerived > | |
| std::enable_if<!std::is_same< IServiceDerived, std::vector< ddkit::callback::Base * > >::value, std::vector< std::string > >::type | detectMethodsIService (IServiceDerived &callbacks, bool isCheckMostDerivedClassType) |
| template<class IClientDerived > | |
| std::enable_if< std::is_same< IClientDerived, std::vector< ddkit::callback::Base * > >::value, std::map< std::string, std::vector< ddkit::callback::Base * > > >::type | detectCallbacksIClient (IClientDerived &callbacks) |
| template<class IClientDerived > | |
| std::enable_if< std::is_same< IClientDerived, std::vector< ddkit::callback::Base * > >::value, std::vector< std::string > >::type | detectMethodsIClient (IClientDerived &callbacks, bool isCheckMostDerivedClassType) |
| template<class IClientDerived > | |
| std::enable_if<!std::is_same< IClientDerived, std::vector< ddkit::callback::Base * > >::value, std::vector< std::string > >::type | detectMethodsIClient (IClientDerived &callbacks, bool isCheckMostDerivedClassType) |
| typedef std::vector<M_HidManager::AssignedAxisType> M_HidManager::AssignedAxisListType |
List of AssignedAxisType.
| typedef std::vector<M_HidManager::AssignedButtonType> M_HidManager::AssignedButtonListType |
List of AssignedButtonType.
| typedef std::vector<M_HidManager::AssignedMenuType> M_HidManager::AssignedMenuListType |
List of AssignedMenuType.
| typedef std::vector<M_HidManager::AssignedValueInputType> M_HidManager::AssignedValueInputListType |
List of AssignedValueInputType.
| typedef std::shared_ptr<IClient> M_HidManager::IClientPtr |
| typedef std::shared_ptr<IService> M_HidManager::IServicePtr |
| typedef std::vector<M_HidManager::RequestedAxisType> M_HidManager::RequestedAxisListType |
List of RequestedAxisType.
| typedef std::vector<M_HidManager::RequestedButtonType> M_HidManager::RequestedButtonListType |
List of RequestedButtonType.
| typedef std::vector<M_HidManager::RequestedMenuType> M_HidManager::RequestedMenuListType |
List of RequestedMenuType.
| typedef std::vector<M_HidManager::RequestedValueInputType> M_HidManager::RequestedValueInputListType |
List of RequestedValueInputType.
| std::enable_if<std::is_same<IClientDerived, std::vector<ddkit::callback::Base*> >::value, std::map<std::string, std::vector<ddkit::callback::Base*> > >::type M_HidManager::detectCallbacksIClient | ( | IClientDerived & | callbacks | ) |
| std::enable_if<std::is_same<IServiceDerived, std::vector<ddkit::callback::Base*> >::value, std::map<std::string, std::vector<ddkit::callback::Base*> > >::type M_HidManager::detectCallbacksIService | ( | IServiceDerived & | callbacks | ) |
| std::enable_if<std::is_same<IClientDerived, std::vector<ddkit::callback::Base*> >::value, std::vector<std::string> >::type M_HidManager::detectMethodsIClient | ( | IClientDerived & | callbacks, |
| bool | isCheckMostDerivedClassType | ||
| ) |
| std::enable_if<!std::is_same<IClientDerived, std::vector<ddkit::callback::Base*> >::value, std::vector<std::string> >::type M_HidManager::detectMethodsIClient | ( | IClientDerived & | callbacks, |
| bool | isCheckMostDerivedClassType | ||
| ) |
| std::enable_if<std::is_same<IServiceDerived, std::vector<ddkit::callback::Base*> >::value, std::vector<std::string> >::type M_HidManager::detectMethodsIService | ( | IServiceDerived & | callbacks, |
| bool | isCheckMostDerivedClassType | ||
| ) |
| std::enable_if<!std::is_same<IServiceDerived, std::vector<ddkit::callback::Base*> >::value, std::vector<std::string> >::type M_HidManager::detectMethodsIService | ( | IServiceDerived & | callbacks, |
| bool | isCheckMostDerivedClassType | ||
| ) |
| std::vector<std::string> M_HidManager::getMethodsAllIClient | ( | ) |
| std::vector<std::string> M_HidManager::getMethodsAllIService | ( | ) |