Loading...
Searching...
No Matches
bplib_init.h File Reference

Initialization wrapper for bplib. More...

Detailed Description

Initialization wrapper for bplib.

Author
Simon Grund mail@.nosp@m.simo.nosp@m.ngrun.nosp@m.d.de

Definition in file bplib_init.h.

#include "bplib.h"
+ Include dependency graph for bplib_init.h:

Go to the source code of this file.

Data Structures

struct  bplib_instance_data_t
 State of the bplib instance. More...
 

Macros

#define CONFIG_BPLIB_MEMPOOL_LEN   8192
 Size of bplib's memory pool.
 
#define CONFIG_BPLIB_GEN_WORKER_TIMEOUT   1000u
 Time after which the job queue worker (generic worker) times out.
 
#define CONFIG_BPLIB_GENERIC_STACK_SIZE   THREAD_STACKSIZE_LARGE
 Stack size of the generic bplib worker thread.
 

Functions

int bplib_init (void)
 Initializes bplib, with all of its modules.
 
void bplib_terminate (void)
 Terminates bplib.
 

Variables

bplib_instance_data_t bplib_instance_data
 Global, containing the bplib instance and relevant information.