cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_warp_transform_numpi_video_threaded.DummyTask Class Reference

Public Member Functions

def __init__ (self, data)
 
def ready (self)
 
def get (self)
 

Public Attributes

 data
 

Detailed Description

Definition at line 102 of file test_warp_transform_numpi_video_threaded.py.

Constructor & Destructor Documentation

◆ __init__()

def test_warp_transform_numpi_video_threaded.DummyTask.__init__ (   self,
  data 
)

Definition at line 103 of file test_warp_transform_numpi_video_threaded.py.

103  def __init__(self, data):
104  self.data = data

Member Function Documentation

◆ get()

def test_warp_transform_numpi_video_threaded.DummyTask.get (   self)

Definition at line 107 of file test_warp_transform_numpi_video_threaded.py.

107  def get(self):
108  return self.data
109 

◆ ready()

def test_warp_transform_numpi_video_threaded.DummyTask.ready (   self)

Definition at line 105 of file test_warp_transform_numpi_video_threaded.py.

105  def ready(self):
106  return True

Member Data Documentation

◆ data

test_warp_transform_numpi_video_threaded.DummyTask.data

Definition at line 104 of file test_warp_transform_numpi_video_threaded.py.


The documentation for this class was generated from the following file: