#ifndef __CUSB
#define __CUSB
#include "cphidget.h"
#include "cphidgetlist.h"
#ifndef EXTERNALPROTO
int CUSBBuildList(CPhidgetList **curList);
int CUSBOpenHandle(CPhidgetHandle phid);
int CUSBCloseHandle(CPhidgetHandle phid);
int CUSBSetLabel(CPhidgetHandle phid, char *buffer);
void CUSBCleanup();
int CUSBSetupNotifications();
int CUSBRefreshLabelString(CPhidgetHandle phid);
int CUSBGetString(CPhidgetHandle phid, int index, char *str);
#if defined(_LINUX) && !defined(_ANDROID)
void CUSBUninit();
#else
int CUSBGetDeviceCapabilities(CPhidgetHandle phid, HANDLE DeviceHandle);
#endif
#endif
#ifdef _IPHONE
int CPhidgetManager_setupNotifications(CFRunLoopRef runloop);
int CPhidgetManager_teardownNotifications();
int reenumerateDevice(CPhidgetHandle phid);
#endif
PHIDGET21_API int CCONV CUSBReadPacket(CPhidgetHandle phidA, unsigned char *buffer);
PHIDGET21_API int CCONV CUSBSendPacket(CPhidgetHandle phidA, unsigned char *buffer);
#if defined(_ANDROID)
#include "com_phidgets_usb_Manager.h"
#endif
#endif
right'>Jonathan McCrohan
blob: f95de052e0b06db80098dd860db4fecaa1c9c846 (
plain)
1
2
3
4
5
6
|
# Sweden - Loffstrand
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 506000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 650000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 762000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 770000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
|