Motor Driver Evaluation Kit NEVB-MTR1-t01-1.0.0
Firmware for NEVB-MTR1-KIT1 for trapezoidal control of BLDC motors using Hall-effect sensors
Loading...
Searching...
No Matches
SCPI_Parser::internal_errors Struct Reference

Internal errors container. More...

#include <scpi_parser.h>

Public Attributes

bool command_overflow = false
 Command storage overflow error.
 
bool token_overflow = false
 Token storage overflow error.
 
bool branch_overflow = false
 Branch (SCPI_Commands) storage overflow error.
 
bool special_command_overflow = false
 Special command storage overflow error.
 

Detailed Description

Internal errors container.

This struct holds boolean flags for checking if the internal storage containers overflowed during setup.

Definition at line 115 of file scpi_parser.h.

Member Data Documentation

◆ branch_overflow

bool SCPI_Parser::internal_errors::branch_overflow = false

Branch (SCPI_Commands) storage overflow error.

Definition at line 122 of file scpi_parser.h.

◆ command_overflow

bool SCPI_Parser::internal_errors::command_overflow = false

Command storage overflow error.

Definition at line 118 of file scpi_parser.h.

◆ special_command_overflow

bool SCPI_Parser::internal_errors::special_command_overflow = false

Special command storage overflow error.

Definition at line 124 of file scpi_parser.h.

◆ token_overflow

bool SCPI_Parser::internal_errors::token_overflow = false

Token storage overflow error.

Definition at line 120 of file scpi_parser.h.


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