flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
flxCoreJobs.h File Reference
#include "flxCoreLog.h"
#include <functional>
#include <map>
#include <stdint.h>
#include <vector>

Classes

class  flxJob
 
class  _flxJobQueue
 

Functions

void flxAddJobToQueue (flxJob &theJob)
 
void flxUpdateJobInQueue (flxJob &theJob)
 
void flxRemoveJobFromQueue (flxJob &theJob)
 

Variables

_flxJobQueueflxJobQueue
 

Function Documentation

◆ flxAddJobToQueue()

void flxAddJobToQueue ( flxJob theJob)

◆ flxRemoveJobFromQueue()

void flxRemoveJobFromQueue ( flxJob theJob)

◆ flxUpdateJobInQueue()

void flxUpdateJobInQueue ( flxJob theJob)

Variable Documentation

◆ flxJobQueue

_flxJobQueue& flxJobQueue
extern