eRPC API Reference
Rev. 1.12.0
NXP Semiconductors
|
#include "erpc_common.h"
#include "erpc_message_buffer.hpp"
#include "erpc_transport.hpp"
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Classes | |
class | erpc::Codec |
Abstract serialization encoder/decoder interface. More... | |
class | erpc::CodecFactory |
Abstract interface for codec factory. More... | |
Typedefs | |
typedef void * | erpc::funPtr |
typedef funPtr * | erpc::arrayOfFunPtr |
Enumerations | |
enum | erpc::message_type_t { kInvocationMessage, kOnewayMessage, kReplyMessage, kNotificationMessage } |
Types of messages that can be encoded. | |