daglink_s Struct Reference

#include <dag.h>

List of all members.

Public Attributes

dagnode_tnode
dagnode_tsrc
struct daglink_snext
struct daglink_shistory
struct daglink_sbypass
int32 ascr
int32 lscr
int32 pscr
int32 hscr
s3frmid_t ef
int16 pscr_valid
void * hook

Member Data Documentation

Acoustic score for segment of source node ending just before the end point of this link. (Actually this gets corrupted because of filler node deletion.)

struct daglink_s* daglink_s::bypass [read]

If this links A->B, bypassing A->fillnode->B, then bypass is ptr to fillnode->B

End time for this link. Should be 1 before the start time of destination node (or source node for reverse links), but gets corrupted because of filler deletion

struct daglink_s* daglink_s::history [read]

Previous link along best path (for traceback)

A hook that could allow arbitrary data structure to use daglink_t

Heuristic score from end of link to dag exit node

LM score to the SUCCESSOR node

struct daglink_s* daglink_s::next [read]

Target of link (source determined by dagnode_t.succlist or dagnode_t.predlist)

Best path score to root beginning with this link

Flag to avoid evaluating the same path multiple times

Source node of link


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

Generated on 7 Mar 2010 by  doxygen 1.6.1