#include <stdio.h>
#include <string.h>
Include dependency graph for hashDefault.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | hashDefault (char *label, int image) |
| used when we cant read a hash from lib associated with outputport | |
| void | mlsHashDefault (char *label, int image, int destArray[]) |
| Similar to default hash, but the result is a set of destinations, not a single one. | |
Definition in file hashDefault.h.
|
||||||||||||
|
used when we cant read a hash from lib associated with outputport Hash is used by the labeled stream after the getLabel extracts the label from the message. After hashing the label, we have the destination of the message.
Definition at line 12 of file hashDefault.c. Referenced by loadOPLSData(). |
|
||||||||||||||||
|
Similar to default hash, but the result is a set of destinations, not a single one. The array size is given by the the image parameter.
Definition at line 31 of file hashDefault.c. Referenced by loadOPMLSData(). |
1.4.6