API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Package Kinova.DLL.TestData.Instruction

Namespaces

package  Interface
 

Classes

class  CAPIInstruction
 This class represents an instruction that call an API method. More...
 
class  CAPITrajInstruction
 
class  CBasicInstruction
 This is the most basic test instruction. It contains everything a test instruction need to be managed and executed. Every test instruction should inherits from this class. More...
 
class  CDaqBurstReadInstruction
 
class  CDaqInstruction
 
class  CDaqSingleReadInstruction
 
class  CDaqStartStreamingInstruction
 
class  CDaqWaitInstruction
 
class  CDoneInstruction
 This class represents a "checklist point like" instruction. Basicaly, it give a manual job to do or something to verify or validate. The user "check" the instruction by pressing the DONE button." More...
 
class  CDSPInstruction
 This class represents an instruction that call a DSP method. You can use the ParamList to store parameters and result values are returned in the integer and float data list. More...
 
class  CManualReadInstruction
 This class represents an instruction that wait for a manual reading from the user. More...
 
class  CPassFailInstruction
 This class represents a manual instruction that ask the user a YES/NO (PASS/FAIL) question. More...
 
class  CReadCPositionInstruction
 This class represents an instruction that contains the value of a specified CPosition instance's field More...
 
class  CReadInstruction
 
class  CReadRevisionInstruction
 This class represents an instruction that read the version of a specified product. More...
 
class  CReadVersionInstruction
 This class represents an instruction that read the version of a specified product. More...
 
class  CTextInstruction
 This classe represents a line text in a test scenario. This instruction cannot fail. More...
 
class  CWaitInstruction
 This class represents an instruction that wait for a specific time. (ms) More...
 
class  CInstructionDataTypes
 
class  CScenarioDataType