|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_MANAGER_PHYSICRESOURCE
10 #define YARP_MANAGER_PHYSICRESOURCE
26 GPU(
const char* szName);
57 std::string compCompatibility;
61 size_t registerPerBlock;
62 size_t threadPerBlock;
70 #endif // __YARP_MANAGER_PHYSICRESOURCE__
void setFrequency(double f)
void setThreadPerBlock(size_t val)
size_t getRegisterPerBlock()
Capacity getGlobalMemory()
bool satisfy(GenericResource *resource) override
Capacity getConstantMemory()
size_t getThreadPerBlock()
Capacity getSharedMemory()
void setSharedMemory(Capacity c)
void setCompCompatibility(const char *cap)
const char * getCompCompatibility()
The main, catch-all namespace for YARP.
void setGlobalMemory(Capacity c)
void setConstantMemory(Capacity c)
void setOverlap(bool flag)
void setResgisterPerBlock(size_t val)