![]() |
CNiIviSwtchPath | ![]() ![]() ![]() ![]() ![]() |
Class |
Declared in: NiIviSwtch.h |
Overview
Additional settings related to channel paths.
Functions
![]() |
inline long | CanConnect( const CString &ch1, const CString &ch2 ) const |
Returns a value indicating whether a path is currently available between two channels given the existing connections. |
![]() |
inline void | Connects the shorted posssible path between two channels. | |
![]() |
inline void | Disconnect( const CString &ch1, const CString &ch2 ) |
Destroys a previously connected path between two channels. |
![]() |
inline void | Disconnects all existing paths. | |
![]() |
inline CString | Returns a string that uniquely identifies a path created with the Connect function. | |
![]() |
inline bool | IsDebounced() const |
Returns a whether all the previously created paths have settled. |
![]() |
inline void | Connects two channels by establishing the exact path specified with the path parameter. | |
![]() |
inline void | WaitForDebounce( long maxTime ) const |
Returns process control back to the user only after all the previously created paths have settled. |