class documentation

class CompileThread(threading.Thread):

Constructor: CompileThread(name, build_queue, rosmakeall, argument)

View In Hierarchy

This is the class which is used as the thread for parallel builds. This class will query the build queue object for new commands and block on its calls until the build queue says that building is done.

Method __init__ Undocumented
Method run Undocumented
Instance Variable argument Undocumented
Instance Variable build_queue Undocumented
Instance Variable logging_enabled Undocumented
Instance Variable name Undocumented
Instance Variable rosmakeall Undocumented
def __init__(self, name, build_queue, rosmakeall, argument=None):

Undocumented

def run(self):

Undocumented

argument =

Undocumented

build_queue =

Undocumented

logging_enabled: bool =

Undocumented

name =

Undocumented

rosmakeall =

Undocumented