IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Assignment class for communication between BeatReporter and Editor. More...
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... | |
![]() | |
config | |
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.
def __init__ | ( | self, | |
theConfig = CfgChannel() |
|||
) |
Constructor for base trigger class.
Reimplemented from Channel.
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.
[in] | assignID | ID of assignment/beat. |
[in] | assignEditor | Editor managing the assignment/beat. |
def send | ( | self, | |
theCommentary | |||
) |
Reimplemented from Channel.
editor |
Editor linked to the assignment.
Who to report news to.
id |
Assignment ID given by managing editor.
keepQuiet |
Is assignment one that doesn't report to editor, but just part of accumulating info?