kpilot

actionQueue.h File Reference

This file defines the ActionQueue. More...

#include <qptrqueue.h>
#include "syncAction.h"

Include dependency graph for actionQueue.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  ActionQueue
 The ActionQueue is a meta-action, which handles running a bunch of SyncActions in sequence. More...

Detailed Description

This file defines the ActionQueue.

This used to be called SyncStack, and while a stack is cool for some things, it actually rather confuses the issue because you _use_ this class for specifying "do this, then that, then ..." and in program code you need to reverse that order when adding items to a stack. So now it's a Queue, FIFO, and program code looks more normal.

Definition in file actionQueue.h.