You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
193 B
9 lines
193 B
9 years ago
|
#include <stdint.h>
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
#include "scpi_status.h"
|
||
|
|
||
|
struct SCPI_SR_QUEST_struct SCPI_SR_QUEST;
|
||
|
struct SCPI_SR_OPER_struct SCPI_SR_OPER;
|
||
|
struct SCPI_SR_SESR_struct SCPI_SR_SESR;
|