#include <Ports.h>
Data Fields | |
| void * | lsHandler |
| handler for dynamic library that contains hash and getLabel | |
| char | libname [(50+6)+1] |
| the library name with the functions | |
| Hash * | hash |
| pointer to the hash function, if used | |
| MLSHash * | mlshash |
| pointer to the mls hash, if used | |
| GetLabel * | getLabel |
| getLabel pointer | |
Definition at line 26 of file Ports.h.
|
|
getLabel pointer
Definition at line 31 of file Ports.h. Referenced by dsWriteBuffer(), loadOPLSData(), and loadOPMLSData(). |
|
|
pointer to the hash function, if used
Definition at line 29 of file Ports.h. Referenced by loadOPLSData(). |
|
|
the library name with the functions
Definition at line 28 of file Ports.h. Referenced by loadOPLSData(), loadOPMLSData(), and setOPLibName(). |
|
|
handler for dynamic library that contains hash and getLabel
Definition at line 27 of file Ports.h. Referenced by destroyOutputPort(), loadOPLSData(), and loadOPMLSData(). |
|
|
pointer to the mls hash, if used
Definition at line 30 of file Ports.h. Referenced by dsWriteBuffer(), and loadOPMLSData(). |
1.4.6