|
enum | State { DONE,
AGAIN,
FAILED
} |
|
Instruction::Instruction |
( |
INSTRUCTION * |
fn, |
|
|
void * |
args, |
|
|
TimeVal |
timeToNext, |
|
|
TimeVal |
timeToRetry |
|
) |
| |
Constructor.
....................................................................... Constructor.
Instruction::Instruction |
( |
INSTRUCTION * |
fn, |
|
|
void * |
args, |
|
|
TimeVal |
timeToNext |
|
) |
| |
....................................................................... Constructor.
Instruction::Instruction |
( |
INSTRUCTION * |
fn, |
|
|
void * |
args = 0 |
|
) |
| |
....................................................................... Constructor.
Instruction::Instruction |
( |
| ) |
|
....................................................................... Constructor.
Instruction::~Instruction |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
Instruction::State Instruction::execute |
( |
TimeVal & |
timeOut | ) |
|
|
virtual |
....................................................................... Execute this instruction
The documentation for this class was generated from the following files:
- gcpCbass/util/common/Instruction.h
- gcpCbass/util/common/Instruction.cc