asa_import_insn Struct Reference

single import instruction More...

Collaboration diagram for asa_import_insn:

Collaboration graph
[legend]

Data Fields

asa_import_insnparent
 owner insn, NULL if format child
asa_import_insnnext
 next instruction
enum asa_import_insn_type insn
 instruction code
union {
   int   break_depth
 depth to break out
   int   select
 matchgroup to select
   struct {
      asa_pcre   regex
 search for
      asa_repl *   repl
 replace by
   }   sg
 search-replace parameters
   struct {
      asa_tspec *   tsp
 sources to sum up
      int   delta_select
 -1 or delta index
   }   tspec
 time specification
   struct {
      asa_pcre   regex
      asa_import_insn *   insns
 <if this matches. do this.
   }   child
 child instructions
   double   fps_value
 fixed fps value
v
 instruction parameters

Detailed Description

single import instruction


Field Documentation

struct asa_import_insn* asa_import_insn::parent

owner insn, NULL if format child

struct asa_import_insn * asa_import_insn::next

next instruction

enum asa_import_insn_type asa_import_insn::insn

instruction code

int asa_import_insn::break_depth

depth to break out

int asa_import_insn::select

matchgroup to select

asa_pcre asa_import_insn::regex

search for

struct asa_repl* asa_import_insn::repl

replace by

struct { ... } asa_import_insn::sg

search-replace parameters

struct asa_tspec* asa_import_insn::tsp

sources to sum up

int asa_import_insn::delta_select

-1 or delta index

struct { ... } asa_import_insn::tspec

time specification

struct asa_import_insn* asa_import_insn::insns

<if this matches. do this.

..

struct { ... } asa_import_insn::child

child instructions

double asa_import_insn::fps_value

fixed fps value

union { ... } asa_import_insn::v

instruction parameters


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 08:10:58 2008 for VLC by  doxygen 1.5.1