| PSG14a emulator V1.00
    PSG14a emulator for stating GTD350 engine | 
Struct for each line in a table. It describes which channel must be in which state after described time. More...
#include <control_tables.h>
| Data Fields | |
| Control_channels_id | Channel | 
| uint32_t | ms | 
| Out_Mode_t | Mode | 
| uint32_t | On | 
| uint32_t | Off | 
Struct for each line in a table. It describes which channel must be in which state after described time.
| Control_channels_id Channel_Step_t::Channel | 
Channel id
| Out_Mode_t Channel_Step_t::Mode | 
Mode which must be active. Modes are on,off or pulsed now
| uint32_t Channel_Step_t::ms | 
At which ms make this state active
| uint32_t Channel_Step_t::Off | 
Time output is off in pulsed mode
| uint32_t Channel_Step_t::On | 
Time output is on in pulsed mode