![]() |
eRPC API Reference
Rev. 1.7.2
NXP Semiconductors
|
This is the complete list of members for erpc::Server, including all inherited members.
addService(Service *service) | erpc::Server | |
findServiceWithId(uint32_t serviceId) | erpc::Server | protectedvirtual |
m_codecFactory | erpc::Server | protected |
m_firstService | erpc::Server | protected |
m_messageFactory | erpc::Server | protected |
m_transport | erpc::Server | protected |
processMessage(Codec *codec, message_type_t msgType, uint32_t serviceId, uint32_t methodId, uint32_t sequence) | erpc::Server | protectedvirtual |
readHeadOfMessage(Codec *codec, message_type_t &msgType, uint32_t &serviceId, uint32_t &methodId, uint32_t &sequence) | erpc::Server | protectedvirtual |
run(void)=0 | erpc::Server | pure virtual |
Server(void) | erpc::Server | inline |
setCodecFactory(CodecFactory *factory) | erpc::Server | inline |
setMessageBufferFactory(MessageBufferFactory *factory) | erpc::Server | inline |
setTransport(Transport *transport) | erpc::Server | |
stop(void)=0 | erpc::Server | pure virtual |
~Server(void) | erpc::Server | inlinevirtual |