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

Go to the source code of this file.
Enumerations | |
| enum | writePolicy_t { RANDOM, LABELED_STREAM, MULTICAST_LABELED_STREAM, BROADCAST, ROUND_ROBIN, W_POLICY_ERROR } |
| enum | readPolicy_t { FIFO, R_POLICY_ERROR } |
Functions | |
| writePolicy_t | getWritePolicyByName (const char *name) |
| This functions returns the writePolicy given its name. | |
|
|
Definition at line 13 of file Policies.h. |
|
|
Definition at line 9 of file Policies.h. |
|
|
This functions returns the writePolicy given its name.
Definition at line 7 of file Policies.c. References BROADCAST, LABELED_STREAM, MAX_PLNAME_LENGTH, MULTICAST_LABELED_STREAM, RANDOM, ROUND_ROBIN, and W_POLICY_ERROR. Referenced by recvFilterData(), and setFrom(). |
1.4.6