![]() |
ATEsystem.PIRIS-driver
1.0.1
ATEsystem.PIRIS-driver
|
#include <iostream>
#include <cstdlib>#include <ctime>#include "serial.h"#include "ATEsystem.PIRIS.h"Macros | |
| #define | DEMO_IS_SEQUENCE(x) (x & 0x1) |
Functions | |
| int | main_serial (int d) |
| void | check_stat (ATEsystem_PIRIS::Status stat) |
| void | check_err (ATEsystem_PIRIS::StatusEx stat) |
| void | prompt (std::string msg="", std::string msg2="") |
| uint16_t | input_num (int init, int lo, int hi, std::string msg) |
| ATEsystem_PIRIS::Status | action_wait_handler (ATEsystem_PIRIS::IPiris &piris) |
| bool | input_values (int &f, int &z, int &p, int &ir, ATEsystem_PIRIS::DataParams &data_param) |
Macro Definition Documentation
◆ DEMO_IS_SEQUENCE
| #define DEMO_IS_SEQUENCE | ( | x | ) | (x & 0x1) |
Function Documentation
◆ action_wait_handler()
| ATEsystem_PIRIS::Status action_wait_handler | ( | ATEsystem_PIRIS::IPiris & | piris | ) |
◆ check_err()
| void check_err | ( | ATEsystem_PIRIS::StatusEx | stat | ) |
◆ check_stat()
| void check_stat | ( | ATEsystem_PIRIS::Status | stat | ) |
◆ input_num()
| uint16_t input_num | ( | int | init, |
| int | lo, | ||
| int | hi, | ||
| std::string | msg | ||
| ) |
◆ input_values()
| bool input_values | ( | int & | f, |
| int & | z, | ||
| int & | p, | ||
| int & | ir, | ||
| ATEsystem_PIRIS::DataParams & | data_param | ||
| ) |
◆ main_serial()
| int main_serial | ( | int | d | ) |
◆ prompt()
| void prompt | ( | std::string | msg = "", |
| std::string | msg2 = "" |
||
| ) |
Generated by
1.8.15
