|
const char * | state_to_string (STATE pinstate) |
| [Convert pin state to string] More...
|
|
bool | vsm_register (ILICENCESERVER *ils) |
|
void | set_pin_state (VSM_PIN pin, STATE state) |
|
void | set_pin_bool (VSM_PIN pin, bool level) |
|
void | systime (ABSTIME *at) |
|
char * | get_string_param (char *field_name) |
|
bool | get_bool_param (char *field_name) |
|
double | get_num_param (char *field_name) |
|
int32_t | get_hex_param (char *field_name) |
|
int64_t | get_init_param (char *field_name) |
|
void | load_image (char *filename, uint8_t *buffer, size_t buffer_size) |
|
IPOPUP * | create_popup (CREATEPOPUPSTRUCT *cps) |
|
IMEMORYPOPUP * | create_memory_popup (const char *title, const int32_t id) |
|
IDEBUGPOPUP * | create_debug_popup (const char *title, const int32_t id) |
|
IDEBUGPOPUP * | create_source_popup (const char *title, const int32_t id) |
|
IDEBUGPOPUP * | create_status_popup (const char *title, const int32_t id) |
|
IDEBUGPOPUP * | create_var_popup (const char *title, const int32_t id) |
|
void | delete_popup (POPUPID id) |
|
void | set_memory_popup (IMEMORYPOPUP *popup, size_t offset, void *buffer, size_t size) |
|
bool | add_source_file (ISOURCEPOPUP *popup, char *filename, bool lowlevel) |
|
bool | set_vdm_handler (void) |
|
void | set_pc_address (ISOURCEPOPUP *popup, size_t address) |
|
void | repaint_memory_popup (IMEMORYPOPUP *popup) |
|
void | print_to_debug_popup (IDEBUGPOPUP *popup, const char *message) |
|
void | dump_to_debug_popup (IDEBUGPOPUP *popup, const uint8_t *buf, uint32_t offset, uint32_t size) |
|
void | toggle_pin_state (VSM_PIN pin) |
|
STATE | get_pin_state (IDSIMPIN *pin) |
|
int32_t | get_pin_bool (VSM_PIN pin) |
|
bool | is_pin_active (IDSIMPIN *pin) |
|
bool | is_pin_posedge (IDSIMPIN *pin) |
|
bool | is_pin_negedge (IDSIMPIN *pin) |
|
bool | is_pin_edge (IDSIMPIN *pin) |
|
void | set_callback (RELTIME picotime, EVENTID id) |
|
void | out_log (const char *format,...) |
|
void | out_message (const char *format,...) |
|
void | out_warning (const char *format,...) |
|
void | out_error (const char *format,...) |
|
IDSIMPIN * | get_pin (char *pin_name) |
|
bool | is_pin_low (IDSIMPIN *pin) |
|
bool | is_pin_high (IDSIMPIN *pin) |
|
bool | is_pin_floating (IDSIMPIN *pin) |
|
bool | is_pin_steady (IDSIMPIN *pin) |
|
bool | islow (STATE pinstate) |
|
bool | ishigh (STATE pinstate) |
|
bool | isfloating (STATE pinstate) |
|
bool | iscontention (STATE pinstate) |
|
bool | isdefined (STATE pinstate) |
|
bool | ishighlow (STATE pinstate) |
|
INT | polarity (STATE pinstate) |
|
INT | strength (STATE pinstate) |
|
A set of C-wrappers functions to make life easier.
- Author
- Lavrentiy Ivanov (ookam.nosp@m.i@ma.nosp@m.il.ru)
- Date
- 22.09.2014
- Copyright
- GNU Public License.
Definition in file c_bind.c.