tic
130
|
Tina Protocol Plexer. More...
#include <tina.hxx>
Public Member Functions | |
int | callTinaConfig (TinaMode *ptm) |
configure timing analzer for measurement mode specified by ptm | |
int | callTinaSample (TinaMode *ptm) |
sample data for measurement mode specified by ptm | |
int | callPulseConfig (PumoFreq *ptm) |
TinaPlex (Umi::Channel *puc, Umi::ChanUser *pucIo) | |
![]() | |
bool | isGood () const |
fine | |
int | print (char *sz, unsigned size) const |
int | iErr () |
error code | |
const char * | szErr () |
error text | |
bool | isFail () const |
last op failed, but object is uncorrupted | |
bool | isBad () const |
last op failed, object is corrupted | |
bool | operator! () const |
true if failed More... | |
operator const void * () const | |
zero if failed More... | |
Failable & | setFailed (const char *sz, int i=0) |
set 'this' failed, record a string and an integer for failure identification More... | |
Failable & | setBad (const char *sz, int i=0) |
set this bad, record a string and an integer for failure identification | |
Failable & | clear () |
user clear of failed/bad state | |
Failable (const char *sz, int i) | |
Additional Inherited Members | |
![]() | |
enum | StatE { E_OK, E_FAIL = 001, E_BAD = 002, E_NEXT = 004 } |
![]() | |
Failable & | setStat (StatE eStat, const char *sz, int i) |
Failable & | setStat (const Failable &fa) |
bool | entry () |
resets the failed state. More... | |
![]() | |
enum Failable::StatE | _eStat |
Tina Protocol Plexer.