ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcdcs_pat_t Class Reference

#include <ngcdcsSEQ.hpp>

Inheritance diagram for ngcdcs_pat_t:
ngcdcs_pat_ld_t

Public Member Functions

 ngcdcs_pat_t ()
 Constructor.
 
virtual ~ngcdcs_pat_t ()
 Destructor.
 

Public Attributes

int addr
 Address (relative to RAM base)
 
ngcdcs_pat_st_tstate
 States array pointer.
 
int numStates
 Number of states in this pattern.
 
int time
 Clock pattern execution time in ticks.
 
char name [128]
 Pattern name.
 

Detailed Description

Clock pattern

Constructor & Destructor Documentation

◆ ngcdcs_pat_t()

ngcdcs_pat_t::ngcdcs_pat_t ( )
inline

Constructor.

◆ ~ngcdcs_pat_t()

virtual ngcdcs_pat_t::~ngcdcs_pat_t ( )
inlinevirtual

Destructor.

Member Data Documentation

◆ addr

int ngcdcs_pat_t::addr

Address (relative to RAM base)

◆ name

char ngcdcs_pat_t::name[128]

Pattern name.

◆ numStates

int ngcdcs_pat_t::numStates

Number of states in this pattern.

◆ state

ngcdcs_pat_st_t* ngcdcs_pat_t::state

States array pointer.

◆ time

int ngcdcs_pat_t::time

Clock pattern execution time in ticks.


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