#include <iNXTIterator.h>
Public Methods | |
virtual void | getName (ViChar resourceName[], tStatus &status) const=0 |
Retrieves the name of the NXT to which this iterator refers. | |
virtual void | advance (tStatus &status)=0 |
Advances this iterator. More... | |
virtual iNXT * | getNXT (tStatus &status)=0 |
Creates an NXT object for the NXT referenced by this iterator. | |
Protected Methods | |
virtual | ~iNXTIterator ()=0 |
Destructor. | |
Friends | |
class | iNXT |
|
Advances this iterator. Advances this iterator to the next NXT that was found. If no more NXTs are found, this iterator is advanced to the end of the list. The iterator is not advanced if the specified status is fatal. If this iterator is already at the end of the list, a fatal status will be generated.
|
© Copyright 2005-2006, National Instruments Corporation. All rights reserved.