![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <epicsTime.h>
Include dependency graph for tool_lib.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | pv |
Macros | |
| #define | stat_to_str(stat) |
| #define | sevr_to_str(stat) |
| #define | stat_to_str_unsigned(stat) |
| #define | sevr_to_str_unsigned(stat) |
| #define | DEFAULT_CA_PRIORITY 0 /* Default CA priority */ |
| #define | DEFAULT_TIMEOUT 1.0 /* Default CA timeout */ |
| #define | LINE_BUFFER(stream) setvbuf(stream, NULL, _IOLBF, BUFSIZ) |
Enumerations | |
| enum | TimeT { absolute, relative, incremental, incrementalByChan } |
| enum | IntFormatT { dec, bin, oct, hex } |
Functions | |
| char * | val2str (const void *v, unsigned type, int index) |
| char * | dbr2str (const void *value, unsigned type) |
| void | print_time_val_sts (pv *pv, unsigned long reqElems) |
| int | create_pvs (pv *pvs, int nPvs, caCh *pCB) |
| int | connect_pvs (pv *pvs, int nPvs) |
Variables | |
| TimeT | tsType |
| int | tsSrcServer |
| int | tsSrcClient |
| IntFormatT | outTypeI |
| IntFormatT | outTypeF |
| int | enumAsNr |
| int | charArrAsStr |
| double | caTimeout |
| char | dblFormatStr [] |
| char | fieldSeparator |
| capri | caPriority |
| #define DEFAULT_CA_PRIORITY 0 /* Default CA priority */ |
Definition at line 49 of file tool_lib.h.
| #define DEFAULT_TIMEOUT 1.0 /* Default CA timeout */ |
Definition at line 50 of file tool_lib.h.
| #define LINE_BUFFER | ( | stream | ) | setvbuf(stream, NULL, _IOLBF, BUFSIZ) |
Definition at line 53 of file tool_lib.h.
| #define sevr_to_str | ( | stat | ) |
Definition at line 31 of file tool_lib.h.
| #define sevr_to_str_unsigned | ( | stat | ) |
Definition at line 39 of file tool_lib.h.
| #define stat_to_str | ( | stat | ) |
Definition at line 27 of file tool_lib.h.
| #define stat_to_str_unsigned | ( | stat | ) |
Definition at line 35 of file tool_lib.h.
| enum IntFormatT |
| Enumerator | |
|---|---|
| dec | |
| bin | |
| oct | |
| hex | |
Definition at line 64 of file tool_lib.h.
| enum TimeT |
| Enumerator | |
|---|---|
| absolute | |
| relative | |
| incremental | |
| incrementalByChan | |
Definition at line 61 of file tool_lib.h.
| int connect_pvs | ( | pv * | pvs, |
| int | nPvs | ||
| ) |
Definition at line 621 of file tool_lib.c.
Definition at line 574 of file tool_lib.c.
| char* dbr2str | ( | const void * | value, |
| unsigned | type | ||
| ) |
Definition at line 333 of file tool_lib.c.
| void print_time_val_sts | ( | pv * | pv, |
| unsigned long | reqElems | ||
| ) |
Definition at line 503 of file tool_lib.c.
| char* val2str | ( | const void * | v, |
| unsigned | type, | ||
| int | index | ||
| ) |
Definition at line 109 of file tool_lib.c.
| capri caPriority |
Definition at line 56 of file tool_lib.c.
| double caTimeout |
Definition at line 55 of file tool_lib.c.
| int charArrAsStr |
Definition at line 54 of file tool_lib.c.
| char dblFormatStr[] |
Definition at line 49 of file tool_lib.c.
| int enumAsNr |
Definition at line 53 of file tool_lib.c.
| char fieldSeparator |
Definition at line 51 of file tool_lib.c.
| IntFormatT outTypeF |
Definition at line 47 of file tool_lib.c.
| IntFormatT outTypeI |
Definition at line 46 of file tool_lib.c.
| int tsSrcClient |
Definition at line 45 of file tool_lib.c.
| int tsSrcServer |
Definition at line 44 of file tool_lib.c.
| TimeT tsType |
Definition at line 43 of file tool_lib.c.