tic
130
|
Delay A to B channel. More...
#include <tina.hxx>
Additional Inherited Members | |
![]() | |
unsigned | cSamp () const |
bool | isDone () const |
![]() | |
const TinaConfig & | tc () |
unsigned | cBlock () const |
int | cFifo () const |
int | cCapt () const |
Umi::Time | tiTmo () |
bool | fEdgeRise (int i) const |
bool | fModeFilt (int i) const |
TinaMode (int cFifo, unsigned cBlock, const Umi::Time &tiTmo) | |
![]() | |
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) | |
![]() | |
enum | { LE =0, TE =1 } |
![]() | |
enum | StatE { E_OK, E_FAIL = 001, E_BAD = 002, E_NEXT = 004 } |
![]() | |
std::deque< Timer > & | dqTimes (int i) |
const std::deque< Timer > & | dqTimes (int i) const |
void | sample (std::streambuf *psb, int iFifo) |
initialize from hardware buffer | |
void | init (const TiCore *ptc) |
unsigned | sizeLE () const |
unsigned | sizeTE () const |
ModeDual (unsigned cSampRq, const Umi::Time &tiTmo, unsigned cExtraLE) | |
![]() | |
int | timeout (Timer tmCur, bool fReset) |
const TiCore * | ptc () const |
![]() | |
Failable & | setStat (StatE eStat, const char *sz, int i) |
Failable & | setStat (const Failable &fa) |
bool | entry () |
resets the failed state. More... | |
![]() | |
const unsigned | _cExtraLE |
![]() | |
TinaConfig | _tc |
unsigned | _cBlock |
Timer | _tmTmo |
Timer | _tmLim |
union { | |
Timer _tmEpoch | |
Timer _mptmEpoch [2] | |
}; | |
![]() | |
enum Failable::StatE | _eStat |
Delay A to B channel.