modm API documentation
|
This is the complete list of members for xpcc::AbstractComponent, including all inherited members.
AbstractComponent(const uint8_t ownIdentifier, Dispatcher &communication) | xpcc::AbstractComponent | inline |
callAction(uint8_t receiver, uint8_t actionIdentifier) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
callAction(uint8_t receiver, uint8_t actionIdentifier, ResponseCallback &responseCallback) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
callAction(uint8_t receiver, uint8_t actionIdentifier, const T &data) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
callAction(uint8_t receiver, uint8_t actionIdentifier, const T &data, ResponseCallback &responseCallback) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
getCommunicator() (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inline |
publishEvent(uint8_t eventIdentifier) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
publishEvent(uint8_t eventIdentifier, const T &data) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
sendNegativeResponse(const ResponseHandle &handle, const T &data) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
sendNegativeResponse(const ResponseHandle &handle) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
sendResponse(const ResponseHandle &handle) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
sendResponse(const ResponseHandle &handle, const T &data) (defined in xpcc::AbstractComponent) | xpcc::AbstractComponent | inlineprotected |
update(...) | xpcc::AbstractComponent |