cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
var.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 95 of file video_threaded.py.

Constructor & Destructor Documentation

◆ __init__()

def var.video_threaded.DummyTask.__init__ (   self,
  data 
)

Definition at line 96 of file video_threaded.py.

96  def __init__(self, data):
97  self.data = data

Member Function Documentation

◆ get()

def var.video_threaded.DummyTask.get (   self)

Definition at line 100 of file video_threaded.py.

100  def get(self):
101  return self.data
102 

◆ ready()

def var.video_threaded.DummyTask.ready (   self)

Definition at line 98 of file video_threaded.py.

98  def ready(self):
99  return True

Member Data Documentation

◆ data

var.video_threaded.DummyTask.data

Definition at line 97 of file video_threaded.py.


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