#include <ngcdcsCFG.hpp>
Public Member Functions | |
| ngcdcs_seq_cfg_t () | |
| Constructor. | |
Public Attributes | |
| int | devIdx |
| Device index. | |
| ngcb_route_t | route |
| Route to module. | |
| double | clock |
| Time of one clock tick (in seconds) | |
| int | softMon |
| Use soft monitor for digital clocks. | |
| char | group [64] |
| Optional group. | |
| char | name [64] |
| Optional name. | |
| char | spec [64] |
| Type specifier (optional) | |
Sequencer module system configuration
|
inline |
Constructor.
| double ngcdcs_seq_cfg_t::clock |
Time of one clock tick (in seconds)
| int ngcdcs_seq_cfg_t::devIdx |
Device index.
| char ngcdcs_seq_cfg_t::group[64] |
Optional group.
| char ngcdcs_seq_cfg_t::name[64] |
Optional name.
| ngcb_route_t ngcdcs_seq_cfg_t::route |
Route to module.
| int ngcdcs_seq_cfg_t::softMon |
Use soft monitor for digital clocks.
| char ngcdcs_seq_cfg_t::spec[64] |
Type specifier (optional)