Go to the documentation of this file.
34 #ifndef TTA_FURESOURCE_HH
35 #define TTA_FURESOURCE_HH
53 virtual bool isInUse(
const int cycle)
const override;
54 virtual bool isAvailable(
const int cycle)
const override;
FUResource & operator=(const FUResource &)
virtual void unassign(const int cycle, MoveNode &node) override
virtual void assign(const int cycle, MoveNode &node) override
virtual bool canAssign(const int cycle, const MoveNode &node) const override
virtual bool operator<(const SchedulingResource &other) const override
FUResource(const std::string &name, int operationCount, int nopSlotWeight, unsigned int initiationInterval=0)
int initiationInterval() const
virtual const std::string & name() const
virtual bool isInUse(const int cycle) const override
virtual bool isAvailable(const int cycle) const override