#include <yarp/manager/physicresource.h>
Public Member Functions | |
GPU () | |
Class GPU. More... | |
GPU (const char *szName) | |
GPU (const GPU &res) | |
~GPU () override | |
Node * | clone () override |
bool | satisfy (GenericResource *resource) override |
void | setCores (size_t n) |
void | setFrequency (double f) |
void | setCompCompatibility (const char *cap) |
void | setGlobalMemory (Capacity c) |
void | setSharedMemory (Capacity c) |
void | setConstantMemory (Capacity c) |
void | setResgisterPerBlock (size_t val) |
void | setThreadPerBlock (size_t val) |
void | setOverlap (bool flag) |
size_t | getCores () |
double | getFrequency () |
const char * | getCompCompatibility () |
Capacity | getGlobalMemory () |
Capacity | getSharedMemory () |
Capacity | getConstantMemory () |
size_t | getRegisterPerBlock () |
size_t | getThreadPerBlock () |
bool | getOverlap () |
Public Member Functions inherited from yarp::manager::GenericResource | |
GenericResource (const char *szTypeName) | |
Class GenericResource. More... | |
~GenericResource () override | |
void | setAvailability (bool flag) |
bool | getAvailability () |
void | setDisable (bool flag) |
bool | getDisable () |
void | setName (const char *szName) |
const char * | getName () |
void | setDescription (const char *szDesc) |
const char * | getDescription () |
const char * | getTypeName () |
void | setOwner (Node *owner) |
Node * | owner () |
void | setXmlFile (const char *szFilename) |
const char * | getXmlFile () |
bool | operator== (const GenericResource &res) const |
Public Member Functions inherited from yarp::manager::Node | |
Node (NodeType _type) | |
Node (NodeType _type, const char *szLabel) | |
virtual | ~Node () |
void | setSatisfied (bool sat) |
bool | isSatisfied () |
void | setVisited (bool vis) |
bool | isVisited () |
bool | isLeaf () |
NodeType | getType () |
void | setLabel (const char *szLabel) |
const char * | getLabel () |
int | sucCount () |
Link & | getLinkAt (int index) |
bool | addSuc (Node *node, float weight, bool _virtual=false) |
class Node More... | |
bool | removeSuc (Node *node) |
void | removeAllSuc () |
bool | hasSuc (Node *node) |
GraphicModel * | getModel () |
void | setModel (GraphicModel *mdl) |
Definition at line 22 of file physicresource.h.
GPU::GPU | ( | ) |
Class GPU.
Definition at line 21 of file physicresource.cpp.
GPU::GPU | ( | const char * | szName | ) |
Definition at line 34 of file physicresource.cpp.
GPU::GPU | ( | const GPU & | res | ) |
Definition at line 48 of file physicresource.cpp.
|
overridedefault |
|
overridevirtual |
Implements yarp::manager::Node.
Definition at line 62 of file physicresource.cpp.
|
inline |
Definition at line 44 of file physicresource.h.
|
inline |
Definition at line 47 of file physicresource.h.
|
inline |
Definition at line 42 of file physicresource.h.
|
inline |
Definition at line 43 of file physicresource.h.
|
inline |
Definition at line 45 of file physicresource.h.
|
inline |
Definition at line 50 of file physicresource.h.
|
inline |
Definition at line 48 of file physicresource.h.
|
inline |
Definition at line 46 of file physicresource.h.
|
inline |
Definition at line 49 of file physicresource.h.
|
overridevirtual |
Implements yarp::manager::GenericResource.
Definition at line 69 of file physicresource.cpp.
|
inline |
Definition at line 34 of file physicresource.h.
|
inline |
Definition at line 37 of file physicresource.h.
|
inline |
Definition at line 32 of file physicresource.h.
|
inline |
Definition at line 33 of file physicresource.h.
|
inline |
Definition at line 35 of file physicresource.h.
|
inline |
Definition at line 40 of file physicresource.h.
|
inline |
Definition at line 38 of file physicresource.h.
|
inline |
Definition at line 36 of file physicresource.h.
|
inline |
Definition at line 39 of file physicresource.h.