|
| int | handle_error_if_any (int code, const char *type) |
| |
| int | _adaptyst_init_custom_buf_size (unsigned int size) |
| |
| int | _adaptyst_init () |
| |
| const char ** | adaptyst_get_runtime_info () |
| |
| char * | adaptyst_get_error_msg () |
| |
| int | _adaptyst_region_start (const char *name) |
| |
| int | _adaptyst_region_end (const char *name) |
| |
| void | adaptyst_close () |
| |
| int | _adaptyst_send_data (amod_t id, char *buf, unsigned int n) |
| |
| int | _adaptyst_receive_data (amod_t id, char *buf, unsigned int buf_size, int *n) |
| |
| int | _adaptyst_receive_data_timeout (amod_t id, char *buf, unsigned int buf_size, int *n, long timeout_seconds) |
| |
| int | _adaptyst_send_string (amod_t id, const char *str) |
| |
| int | _adaptyst_receive_string (amod_t id, const char **str) |
| |
| int | _adaptyst_receive_string_timeout (amod_t id, const char **str, long timeout_seconds) |
| |
| int | adaptyst_send_data (amod_t id, char *buf, unsigned int n) |
| |
| int | adaptyst_receive_data (amod_t id, char *buf, unsigned int buf_size, int *n) |
| |
| int | adaptyst_receive_data_timeout (amod_t id, char *buf, unsigned int buf_size, int *n, long timeout_seconds) |
| |
| int | adaptyst_send_string (amod_t id, const char *str) |
| |
| int | adaptyst_receive_string (amod_t id, const char **str) |
| |
| int | adaptyst_receive_string_timeout (amod_t id, const char **str, long timeout_seconds) |
| |
| int | adaptyst_send_data_nl (amod_t id, char *buf, unsigned int n) |
| |
| int | adaptyst_receive_data_nl (amod_t id, char *buf, unsigned int buf_size, int *n) |
| |
| int | adaptyst_receive_data_timeout_nl (amod_t id, char *buf, unsigned int buf_size, int *n, long timeout_seconds) |
| |
| int | adaptyst_send_string_nl (amod_t id, const char *str) |
| |
| int | adaptyst_receive_string_nl (amod_t id, const char **str) |
| |
| int | adaptyst_receive_string_timeout_nl (amod_t id, const char **str, long timeout_seconds) |
| |
| void | adaptyst_set_print_errors (unsigned int print) |
| |
| int | adaptyst_init () |
| |
| int | adaptyst_init_custom_buf_size (unsigned int size) |
| |
| int | adaptyst_region_start (const char *name) |
| |
| int | adaptyst_region_end (const char *name) |
| |
| void | adaptyst_set_error (const char *msg) |
| |
| void | adaptyst_set_error_nl (const char *msg) |
| |
| unsigned long long | adaptyst_get_timestamp (int *err) |
| |