IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
Assignment Class Reference

Assignment class for communication between BeatReporter and Editor. More...

Inheritance diagram for Assignment:
Inheritance graph
[legend]
Collaboration diagram for Assignment:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theConfig=CfgChannel())
 Constructor for base trigger class. More...
 
def assign (self, assignID, assignEditor)
 BeatReporter has been assigned work. More...
 
def send (self, theCommentary)
 

Public Attributes

 editor
 Editor linked to the assignment. More...
 
 id
 Assignment ID given by managing editor. More...
 
 keepQuiet
 Is assignment one that doesn't report to editor, but just part of accumulating info? More...
 
- Public Attributes inherited from Channel
 config
 

Detailed Description

Assignment class for communication between BeatReporter and Editor.

An assignment is what links a BeatReporter with and Editor. It maintains information about the assignment (at minimum it's ID) and what Editor is attached to the BeatReporter. The base implementation will simply pass along the BeatReporter's Commentary or Announcement.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig = CfgChannel() 
)

Constructor for base trigger class.

Reimplemented from Channel.

Member Function Documentation

◆ assign()

def assign (   self,
  assignID,
  assignEditor 
)

BeatReporter has been assigned work.

Follow up on request by configuring a channel between (i.e., linking) Reporter and Editor.

Parameters
[in]assignIDID of assignment/beat.
[in]assignEditorEditor managing the assignment/beat.

◆ send()

def send (   self,
  theCommentary 
)

Reimplemented from Channel.

Member Data Documentation

◆ editor

editor

Editor linked to the assignment.

Who to report news to.

◆ id

id

Assignment ID given by managing editor.

◆ keepQuiet

keepQuiet

Is assignment one that doesn't report to editor, but just part of accumulating info?


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