LRT13  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
SynchronizedProcess Class Reference

Base class for synchronized processes. Synchronized processes wait for a signal before running a Tick. More...

#include <SynchronizedProcess.h>

Inheritance diagram for SynchronizedProcess:
AsyncProcess AsyncCANJaguar AutoAim LCD LogManager

Public Member Functions

void RunOneCycle ()
 Gives a semaphore which allows Tick() to be called.
 
virtual void preTick ()
 Takes a semaphore which blocks Tick() until RunOneCycle() is called.
 

Detailed Description

Base class for synchronized processes. Synchronized processes wait for a signal before running a Tick.

Author
Tony Peng, Raphael Chang

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