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

Functions

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

Variables

_flxJobQueueflxJobQueue = _flxJobQueue::get()
 

Function Documentation

◆ flxAddJobToQueue()

void flxAddJobToQueue ( flxJob theJob)

◆ flxRemoveJobFromQueue()

void flxRemoveJobFromQueue ( flxJob theJob)

◆ flxUpdateJobInQueue()

void flxUpdateJobInQueue ( flxJob theJob)

Variable Documentation

◆ flxJobQueue

_flxJobQueue& flxJobQueue = _flxJobQueue::get()