![Symmetricom bc635PCI-V2 User Manual Download Page 229](http://html.mh-extra.com/html/symmetricom/bc635pci-v2/bc635pci-v2_user-manual_1419591229.webp)
5. Solaris SDK
loc_off = (float)get.data.locoff.locoff;
loc_off_flg = (int)get.data.locoff.locflg;
}
Command 0x19
pci_req_utc_info
Description
Request UTC Information
Example
/* Get UTC Info */
get.arg = GETDATA_UTCINFO;
ioctl (fd, GETDATA, &get);
Command 0x19
pci_req_clock_settings
Description
Requests clock settings
Example
/* Get Clock Source */
get.arg = GETDATA_CLKSRC;
if ( !((ioctl (fd, GETDATA, &get)) < 0) )
clk_scr = (u_char)get.data.clksrc;
Command 0x1A
pci_sw_reset
Description
Issues a software reset on the TFP
Example
ioctl (fd, SOFTWARERESET, 1);
Command 0x1B
pci_tc_out_format
Description
Sets the time code output format
Example
ioctl (fd, SETTCOUTFMT, TC_IRIGB);
Command 0x1B
pci_tc_out_format and its sub type
Description
Sets the time code output format and its sub type
Example
struct tc_command_t tccmd;
tccmd.cmd_id = COM_SETTCOUTFMT;
tccmd.type = TC_IRIGE;
tccmd.subtype = TC_SUBTYPE_1;
ioctl (fd, TCFORMATEX, &tccmd);
Command 0x1C
pci_set_gen_off
- 212 -
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com