modm API documentation
xpcc::AbstractComponent Member List

This is the complete list of members for xpcc::AbstractComponent, including all inherited members.

AbstractComponent(const uint8_t ownIdentifier, Dispatcher &communication)xpcc::AbstractComponentinline
callAction(uint8_t receiver, uint8_t actionIdentifier) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
callAction(uint8_t receiver, uint8_t actionIdentifier, ResponseCallback &responseCallback) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
callAction(uint8_t receiver, uint8_t actionIdentifier, const T &data) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
callAction(uint8_t receiver, uint8_t actionIdentifier, const T &data, ResponseCallback &responseCallback) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
getCommunicator() (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinline
publishEvent(uint8_t eventIdentifier) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
publishEvent(uint8_t eventIdentifier, const T &data) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
sendNegativeResponse(const ResponseHandle &handle, const T &data) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
sendNegativeResponse(const ResponseHandle &handle) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
sendResponse(const ResponseHandle &handle) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
sendResponse(const ResponseHandle &handle, const T &data) (defined in xpcc::AbstractComponent)xpcc::AbstractComponentinlineprotected
update(...)xpcc::AbstractComponent