WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
rpc.h File Reference
#include <ert/runtime.h>
#include <ert/urpc.h>

Go to the source code of this file.

Macros

#define ERT_CONST(name)   (ert_consts_store.name)
 ERT constant helper. More...
 

Functions

struct __attribute__ ((packed)) ert_consts
 ERT filesystem constants structure. More...
 

Variables

 ert_consts_t
 
ert_consts_t ert_consts_store
 ERT filesystem constants store. More...
 
static const urpc_func_t ert_func_srv_consts = 0
 Get ERT service constants function handle. More...
 
static const urpc_func_t ert_func_open = 1
 Open remote file function handle. More...
 
static const urpc_func_t ert_func_close = 2
 Close remote file function handle. More...
 
static const urpc_func_t ert_func_read = 3
 Read remote file function handle. More...
 
static const urpc_func_t ert_func_write = 4
 Write remote file function handle. More...
 

Macro Definition Documentation

◆ ERT_CONST

#define ERT_CONST (   name)    (ert_consts_store.name)

ERT constant helper.

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

ERT filesystem constants structure.

Variable Documentation

◆ ert_consts_store

ert_consts_t ert_consts_store

ERT filesystem constants store.

◆ ert_consts_t

ert_consts_t

◆ ert_func_close

const urpc_func_t ert_func_close = 2
static

Close remote file function handle.

◆ ert_func_open

const urpc_func_t ert_func_open = 1
static

Open remote file function handle.

◆ ert_func_read

const urpc_func_t ert_func_read = 3
static

Read remote file function handle.

◆ ert_func_srv_consts

const urpc_func_t ert_func_srv_consts = 0
static

Get ERT service constants function handle.

◆ ert_func_write

const urpc_func_t ert_func_write = 4
static

Write remote file function handle.