Python Reference Guide
 
Loading...
Searching...
No Matches
FBDeviceSamplingMode Class Reference

Recording types. More...

#include <pyfbsdk.h>

Inheritance diagram for FBDeviceSamplingMode:

Public Attributes

 kFBHardwareTimestamp
 Device supplies timestamp.

 
 kFBHardwareFrequency
 Device is running at known, fixed frequency.

 
 kFBAutoFrequency
 Device is running at unknown, fixed frequency.

 
 kFBSoftwareTimestamp
 The software will timestamp packets as they arrive.

 

Detailed Description

Recording types.


The different values for this will control the way the keys are added when the device is being recorded. There are four different types of recording keys for devices:Hardware Timestamping. This case is when the hardware provides timestamps with each packet.Hardware Frequency. The hardware is guaranteed to provide packets at a given frequency.Auto Frequency Packets are coming in at a fixed, unknown frequency. The recorded data will be resampled to be equidistant.Software Timestamping. The application will provide a timestamp for each packet depending on when it receives the data.

Member Data Documentation

◆ kFBAutoFrequency

kFBAutoFrequency

Device is running at unknown, fixed frequency.

◆ kFBHardwareFrequency

kFBHardwareFrequency

Device is running at known, fixed frequency.

◆ kFBHardwareTimestamp

kFBHardwareTimestamp

Device supplies timestamp.

◆ kFBSoftwareTimestamp

kFBSoftwareTimestamp

The software will timestamp packets as they arrive.