this structure contains the information related to the layers in which the schedulers are running More...
#include <AbstractRTEquipment.h>
Public Member Functions | |
void | print () |
prints out the information about the layer | |
Public Attributes | |
std::string | layerName_ |
name of the layer | |
int32_t | queueSize_ |
size of the queue | |
std::vector< RTSchedulingUnitRef > | schedulingUnitRefCol_ |
this structure contains the information related to the layers in which the schedulers are running
Definition at line 58 of file AbstractRTEquipment.h.
void fesa::RTLayerInfo::print | ( | ) |
prints out the information about the layer
Definition at line 186 of file AbstractRTEquipment.cpp.
References layerName_, and queueSize_.
name of the layer
Definition at line 64 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::createAction(), fesa::AbstractRTEquipment::fillRTSchedulerInfo(), and print().
size of the queue
Definition at line 70 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::createAction(), fesa::AbstractRTEquipment::fillRTSchedulerInfo(), and print().
Definition at line 76 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::createAction(), and fesa::AbstractRTEquipment::fillRTSchedulerInfo().