struct AutomationCondition
Defined at line 175 of file ../../src/developer/debug/ipc/automation_instruction.h
Public Methods
std::string ToString ()
Defined at line 51 of file ../../src/developer/debug/ipc/automation_instruction.cc
void InitEquals (AutomationOperand operand, uint64_t constant)
Defined at line 177 of file ../../src/developer/debug/ipc/automation_instruction.h
void InitNotEquals (AutomationOperand operand, uint64_t constant)
Defined at line 182 of file ../../src/developer/debug/ipc/automation_instruction.h
void InitMaskAndEquals (AutomationOperand operand, uint64_t constant, uint64_t mask)
Defined at line 187 of file ../../src/developer/debug/ipc/automation_instruction.h
void InitMaskAndNotEquals (AutomationOperand operand, uint64_t constant, uint64_t mask)
Defined at line 193 of file ../../src/developer/debug/ipc/automation_instruction.h
void InitRaw (AutomationConditionKind kind, AutomationOperand operand, uint64_t constant, uint64_t mask)
Defined at line 200 of file ../../src/developer/debug/ipc/automation_instruction.h
AutomationOperand operand ()
Defined at line 210 of file ../../src/developer/debug/ipc/automation_instruction.h
uint64_t constant ()
Defined at line 211 of file ../../src/developer/debug/ipc/automation_instruction.h
uint64_t mask ()
Defined at line 212 of file ../../src/developer/debug/ipc/automation_instruction.h
AutomationConditionKind kind ()
Defined at line 213 of file ../../src/developer/debug/ipc/automation_instruction.h
void Serialize (Serializer & ser, uint32_t ver)
Defined at line 215 of file ../../src/developer/debug/ipc/automation_instruction.h