#include <iostream>#include <string>#include <map>#include <systemc.h>Go to the source code of this file.
Classes | |
| class | TaskImplementation |
Enumerations | |
| enum | RZState { RZ_BLANK, RZ_RECONFIG, RZ_MAPPED, RZ_ACTIVE, RZ_RUNNING } |
| enum | Task_state { INACTIVE, QUEUED, CONFIG, MAPPED, RUNNING, PREEMPTED_MAPPED, PREEMPTED_INACTIVE, WAITING, IDLE, STATIC, CONTEXT_SAVE, CONTEXT_RESTORE } |
Variables | |
| const int | NB_RZ_STATES = 5 |
| const string | RZState_string [NB_RZ_STATES] = {"Blank", "Reconfiguring", "Mapped", "Active", "Running"} |
| const string | Task_state_string [12] = {"INACTIVE", "QUEUED", "CONFIG", "MAPPED", "RUNNING", "PREEMPTED_MAPPED", "PREEMPTED_INACTIVE", "WAITING", "IDLE", "STATIC", "CONTEXT_SAVE", "CONTEXT_RESTORE"} |
UNS - CNRS Copyright 2012 All Rights Reserved.
These computer program listings and specifications, herein, are the property of Université de Nice Sophia-Antipolis (UNS) and Centre National de la Recherche Scientifique (CNRS), and shall not be reproduced or copied or used in whole or in part as the basis for manufacture or sale of items without written permission. For a license agreement, please contact: contact@sattse.com
Represents the immplementation of a task coupled with its reconfiguration times.
| enum Task_state |
Enumeration for the task state
| const int NB_RZ_STATES = 5 |
Enumeration for the RZ state
1.8.7