#include "../../../basic_types.h"#include "base/base.h"
Include dependency graph for slot.h:

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

Classes | |
| class | SlotTable |
| class | SlotTableSeq |
Typedefs | |
| typedef vector< bool > | SlotReservations |
| typedef vector < NoCSchedulingEntity * > | NoCSchedulingEntities |
| typedef NoCSchedulingEntities::iterator | NoCSchedulingEntitiesIter |
| typedef NoCSchedulingEntities::const_iterator | NoCSchedulingEntitiesCIter |
| typedef list< SlotTable > | SlotTables |
| typedef SlotTables::iterator | SlotTablesIter |
| typedef SlotTables::const_iterator | SlotTablesCIter |
Typedef Documentation
| typedef vector<NoCSchedulingEntity*> NoCSchedulingEntities |
| typedef NoCSchedulingEntities::const_iterator NoCSchedulingEntitiesCIter |
| typedef NoCSchedulingEntities::iterator NoCSchedulingEntitiesIter |
| typedef vector<bool> SlotReservations |
SlotReservations A sequence of booleans which make wether a slot in the slot table is used or not-used.
| typedef list<SlotTable> SlotTables |
| typedef SlotTables::const_iterator SlotTablesCIter |
| typedef SlotTables::iterator SlotTablesIter |

