BcPOC
SF-HRP ASM implementation
|
#include <sf_rule.hpp>
Public Member Functions | |
SFRule (int, std::string &, ptrSimplePlan, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) | |
virtual int | GetAction () |
Protected Attributes | |
std::string | _id |
int | _type |
Implements success / fail rule
SFRule::SFRule | ( | int | type, |
std::string & | id, | ||
ptrSimplePlan | pp, | ||
unsigned int | prio, | ||
unsigned int | weight, | ||
unsigned int | flags, | ||
unsigned int | stt, | ||
unsigned int | fails, | ||
unsigned int | successes | ||
) |
int SFRule::GetAction | ( | ) | [virtual] |
Implements BaseRule.
std::string SFRule::_id [protected] |
int SFRule::_type [protected] |