Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tcJobManager Class Reference

#include <JobManager.h>

Collaboration diagram for tcJobManager:

Public Member Functions

int addJob (tcJob *apJob)
 
int removeJob (tcJob *apJob)
 
void abort ()
 

Static Public Member Functions

static tcJobManagergetInstance ()
 get the instance of the Job manager More...
 
static void destroy ()
 end the singleton... ONLY on the way out!!! More...
 

Member Function Documentation

◆ abort()

void tcJobManager::abort ( )

◆ addJob()

int tcJobManager::addJob ( tcJob apJob)

◆ destroy()

void tcJobManager::destroy ( )
static

end the singleton... ONLY on the way out!!!

destroy the singleton instance

Note
this call should ONLY be used at app exit.

◆ getInstance()

tcJobManager * tcJobManager::getInstance ( )
static

get the instance of the Job manager

◆ removeJob()

int tcJobManager::removeJob ( tcJob apJob)

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