MATES / Modular Automatic Test Equipment System API  2.5.0.0
Public Member Functions
INodeAsserts Interface Reference

Asserts available for all types of nodes. More...

Public Member Functions

void RegisterEquals (RegisterNumber register, int value)
 Asserts that the specified integral register has the specified value. More...
 
void RegisterEquals (RegisterNumber register, float value)
 Asserts that the specified floating point register has the specified value. More...
 

Detailed Description

Asserts available for all types of nodes.

Member Function Documentation

void RegisterEquals ( RegisterNumber  register,
int  value 
)

Asserts that the specified integral register has the specified value.

Parameters
registerThe register number.
valueThe expected value.

Implemented in Node.

void RegisterEquals ( RegisterNumber  register,
float  value 
)

Asserts that the specified floating point register has the specified value.

Parameters
registerThe register number.
valueThe expected value.

Implemented in Node.


The documentation for this interface was generated from the following file: