State of the bplib instance. More...
State of the bplib instance.
Definition at line 83 of file bplib_init.h.
#include <bplib_init.h>
Data Fields | |
| volatile int | running |
| Run state of bplib. | |
| BPLib_Instance_t | BPLibInst |
| Instance (bplib type) | |
| BPLib_NC_ConfigPtrs_t | ConfigPtrs |
| Config pointers, to the config tables, set in NC (bplib type) | |
| BPLib_Instance_t bplib_instance_data_t::BPLibInst |
Instance (bplib type)
Definition at line 88 of file bplib_init.h.
| BPLib_NC_ConfigPtrs_t bplib_instance_data_t::ConfigPtrs |
Config pointers, to the config tables, set in NC (bplib type)
Definition at line 90 of file bplib_init.h.
| volatile int bplib_instance_data_t::running |
Run state of bplib.
Should not be changed directly, use bplib_init() and bplib_terminate()
Definition at line 86 of file bplib_init.h.