FBDeviceNotifyInfo Class Reference
 
 
 
FBDeviceNotifyInfo Class Reference

#include <mobu-python-api.h>


Class Description

Device Input and Output Notification information structure. This structure is passed to the real-time device IO callback DeviceIONotify. It furnishes the device callback with the system time, local time, and sync counts for the current device cycle.

Public Member Functions

def  __reduce__ ()
def  GetLocalTime ()
def  GetSyncCount ()
def  GetSystemTime ()
def  __init__ ()

Member Function Documentation

def __reduce__ ( )
def GetLocalTime ( )

Python Docstring:

GetLocalTime( (FBDeviceNotifyInfo)arg1) -> FBTime 

C++ Signature:

FBTime & GetLocalTime() 

Get local time.

Returns:
Current local time.
def GetSyncCount ( )

Python Docstring:

GetSyncCount( (FBDeviceNotifyInfo)arg1) -> int 

C++ Signature:

int GetSyncCount() 

Return the wanted timer sync count (internal or external)

Returns:
sync count or -1 if no sync is present
def GetSystemTime ( )

Python Docstring:

GetSystemTime( (FBDeviceNotifyInfo)arg1) -> FBTime 

C++ Signature:

FBTime & GetSystemTime() 

Get system time.

Returns:
Current system time.
def __init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python