4. Linux SDK
bcWriteDPReg
Data = byte value to be set.
TRUE On Success
Returns
FALSE On Failure
Description: Sets the content of the requested byte in the Dual Port RAM area.
bcReadBinTime
Prototype
Packet
Input Parameter
Returns
Description: Latches and returns time captured from the time registers. (See section 4.4 for a pro-
gramming example.)
bcReadBinTimeEx
Prototype
Packet
Input Parameter
Returns
Description: Latches and returns time captured from the time registers. (See section 4.4 for a pro-
gramming example.)
bcReadDecTime
Prototype
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
BOOL bcReadBinTime (BC_PCI_HANDLE hBC_PCI, PDWORD
major, PDWORD min, PBYTE stat);
N/A
BC_PCI_HANDLE hBC_PCI : Handle returned from 'bcStartPci' func-
tion
major = unsigned long pointer to store major time (Unix format).
min = unsigned long pointer to store microseconds.
stat = unsigned char to store status bits.
TRUE On Success
FALSE On Failure
BOOL bcReadBinTimeEx (BC_PCI_HANDLE hBC_PCI, PDWORD
major, PDWORD min, PWORD nano, PBYTE stat);
N/A
BC_PCI_HANDLE hBC_PCI : Handle returned from 'bcStartPci' func-
tion
major = unsigned long pointer to store major time (Unix format).
min = unsigned long pointer to store microseconds.
nano = unsigned short pointer to store 100 nano seconds count.
stat = unsigned char to store status bits.
TRUE On Success
FALSE On Failure
BOOL bcReadDecTime (BC_PCI_HANDLE hBC_PCI, struct tm *ptm,
PDWORD ulpMin, PBYTE pstat);
- 158 -
Need help?
Do you have a question about the bc635PCI-V2 and is the answer not in the manual?