cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_harris_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 97 of file test_harris_numpi_video_threaded.py.

Constructor & Destructor Documentation

◆ __init__()

def test_harris_numpi_video_threaded.DummyTask.__init__ (   self,
  data 
)

Definition at line 98 of file test_harris_numpi_video_threaded.py.

98  def __init__(self, data):
99  self.data = data

Member Function Documentation

◆ get()

def test_harris_numpi_video_threaded.DummyTask.get (   self)

Definition at line 102 of file test_harris_numpi_video_threaded.py.

102  def get(self):
103  return self.data
104 

◆ ready()

def test_harris_numpi_video_threaded.DummyTask.ready (   self)

Definition at line 100 of file test_harris_numpi_video_threaded.py.

100  def ready(self):
101  return True

Member Data Documentation

◆ data

test_harris_numpi_video_threaded.DummyTask.data

Definition at line 99 of file test_harris_numpi_video_threaded.py.


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