Loading...
Searching...
No Matches
bplib_instance_data_t Struct Reference

State of the bplib instance. More...

Detailed Description

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)
 

Field Documentation

◆ BPLibInst

BPLib_Instance_t bplib_instance_data_t::BPLibInst

Instance (bplib type)

Definition at line 88 of file bplib_init.h.

◆ ConfigPtrs

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.

◆ running

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.


The documentation for this struct was generated from the following file: