Fennel: ConstExecStreamGenerator Class Reference (original) (raw)

Generates one data value.

Parameters:

iRow 0-based row number to generate
iCol 0-based col number to generate

Implements MockProducerExecStreamGenerator.

Definition at line 321 of file ExecStreamGenerator.h.

References constVal.

00322 { 00323 return constVal; 00324 }