#include <ngcdcsSEQ.hpp>
Public Member Functions | |
| ngcdcs_pat_ld_t () | |
| Constructor. | |
| virtual | ~ngcdcs_pat_ld_t () |
| Destructor. | |
Public Member Functions inherited from ngcdcs_pat_t | |
| ngcdcs_pat_t () | |
| Constructor. | |
| virtual | ~ngcdcs_pat_t () |
| Destructor. | |
Additional Inherited Members | |
Public Attributes inherited from ngcdcs_pat_t | |
| int | addr |
| Address (relative to RAM base) | |
| ngcdcs_pat_st_t * | state |
| States array pointer. | |
| int | numStates |
| Number of states in this pattern. | |
| int | time |
| Clock pattern execution time in ticks. | |
| char | name [128] |
| Pattern name. | |
Clock pattern with allocated state RAM
|
inline |
Constructor.
|
inlinevirtual |
Destructor.