3. Windows SDK
bcGPSMan
Packet
0x32
GpsPkt *ptrIn
This structure commands information detailing the packet to send and the
buffer where the data is stored.
Input Parameter
.GpsPkt *ptrOut
This structure commands information detailing the packet to retrieve and
the buffer where the data will be stored.
RC_OK On Success
Returns
RC_ERROR On Failure
Description: Manually sends and retrieves data packets from the GPS receiver. (See PACKET 0x32
definition.)
bcGPSOperMode
Prototype
Packet
Input Parameter
Returns
Description: By default, the TFP directs the GPS receiver to Static Mode of Operation after the TFP
is tracking to GPS. This Command allows the user to disable this feature. See Packet 2C for detail
description on this feature.
This function should only be used when the TFP is in GPS Mode of Operation.
bcStartInt
Prototype
Packet
Input Parameter
Returns
Description: Starts the interrupt thread to signal interrupts.
Notes: See IntrSamp.c that shows how to use interrupts.
bcStopInt
Prototype
Packet
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
int bcGPSReq (UCHAR static);
0x34
UCHAR static = 0 or 1
Note: The following are defined in the "Bc637pci.h" header file;
#define GPS _NONE _STATIC (0)
#define GPS _STATIC (1) (default)
RC_OK On Success
RC_ERROR On Failure
HANDLE bcStartInt (INT dev_no);
N/A
INT dev_no = bc635PCI device to open (same used in bcStartPCI).
Handle to the event object On Success RC_ERROR On Failure
int bcStopInt (void);
N/A
- 126 -
Need help?
Do you have a question about the bc635PCI-V2 and is the answer not in the manual?