scpi_handler.h 481 B

12345678910111213
  1. #ifndef SCPI_HANDLER_HEADER_H
  2. #define SCPI_HANDLER_HEADER_H
  3. #define SCPI_CORE_PRIVATE // access to 'scpi_core_private.h'
  4. #include "core/config.h"
  5. #include "core/main.h"
  6. #include "app/scpi/scpi_core.h"
  7. #include "app/scpi/scpi_core_private.h"
  8. #include "app/scpi/scpi_parser.h"
  9. #define SCPI_CORE_STATE__PROCESSDATA_GUARD
  10. #include "app/scpi/CommandParserStates/process_data.h"
  11. #include "app/scpi/scpi_args_helper.h"
  12. #include "app/scpi/scpi_response_helper.h"
  13. #endif