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
|
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. | |
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.
bool SCPI_Parser::internal_errors::branch_overflow = false |
Branch (SCPI_Commands) storage overflow error.
Definition at line 122 of file scpi_parser.h.
bool SCPI_Parser::internal_errors::command_overflow = false |
Command storage overflow error.
Definition at line 118 of file scpi_parser.h.
bool SCPI_Parser::internal_errors::special_command_overflow = false |
Special command storage overflow error.
Definition at line 124 of file scpi_parser.h.
bool SCPI_Parser::internal_errors::token_overflow = false |
Token storage overflow error.
Definition at line 120 of file scpi_parser.h.