|
PaCO++
0.05
|
#include <paco_libgraph_comScheduling.h>


Public Member Functions | |
| void | build_idx () |
| kbps_approximation * | get_kbps () const |
| unsigned int | getDst (const unsigned phase, const unsigned id) |
| unsigned int | getElementPhase (const unsigned phase) |
| void * | getInfo (const unsigned phase, const unsigned id) |
| unsigned int | getNbPhases () |
| unsigned int | getSize (const unsigned phase, const unsigned id) |
| unsigned int | getSrc (const unsigned phase, const unsigned id) |
| paco_comSchedule_libgraph (kbps_approximation *k) | |
Protected Member Functions | |
| unsigned int | _idx (const unsigned phase, const unsigned id) |
Protected Attributes | |
| kbps_approximation * | _kbps |
| unsigned int * | _tmp_idx |
Definition at line 7 of file paco_libgraph_comScheduling.h.
|
inline |
Definition at line 19 of file paco_libgraph_comScheduling.h.
|
inlineprotected |
Definition at line 13 of file paco_libgraph_comScheduling.h.
Referenced by getDst(), getInfo(), getSize(), and getSrc().
|
inline |
Definition at line 23 of file paco_libgraph_comScheduling.h.
References _tmp_idx, getElementPhase(), and getNbPhases().
Referenced by paco_comScheduling_libgraph::computeScheduling().

|
inline |
Definition at line 21 of file paco_libgraph_comScheduling.h.
References _kbps.
Referenced by paco_comScheduling_libgraph::computeScheduling().
|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 46 of file paco_libgraph_comScheduling.h.
References _idx().

|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 38 of file paco_libgraph_comScheduling.h.
Referenced by build_idx().
|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 55 of file paco_libgraph_comScheduling.h.
References _idx().

|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 35 of file paco_libgraph_comScheduling.h.
Referenced by build_idx().
|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 50 of file paco_libgraph_comScheduling.h.
References _idx().

|
inlinevirtual |
Implements paco_comSchedule.
Definition at line 42 of file paco_libgraph_comScheduling.h.
References _idx().

|
protected |
Definition at line 10 of file paco_libgraph_comScheduling.h.
Referenced by get_kbps().
|
protected |
Definition at line 12 of file paco_libgraph_comScheduling.h.
Referenced by build_idx().