#include <mobu-python-api.h>
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__ () |
def __reduce__ | ( | ) |
def GetLocalTime | ( | ) |
Python Docstring:
GetLocalTime( (FBDeviceNotifyInfo)arg1) -> FBTime
C++ Signature:
FBTime & GetLocalTime()
Get local time.
def GetSyncCount | ( | ) |
Python Docstring:
GetSyncCount( (FBDeviceNotifyInfo)arg1) -> int
C++ Signature:
int GetSyncCount()
Return the wanted timer sync count (internal or external)
def GetSystemTime | ( | ) |
Python Docstring:
GetSystemTime( (FBDeviceNotifyInfo)arg1) -> FBTime
C++ Signature:
FBTime & GetSystemTime()
Get system time.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python