#include <Sandbox.h>
Collaboration diagram for testThread:

Public Member Functions | |
| testThread () | |
| void | assignJob (TestStructure *agent_h) |
Protected Member Functions | |
| void | run () |
Private Attributes | |
| volatile TestStructure * | agent |
Definition at line 66 of file Sandbox.h.
| testThread | ( | ) |
Definition at line 605 of file Sandbox.cpp.
| void assignJob | ( | TestStructure * | agent_h | ) |
Definition at line 625 of file Sandbox.cpp.
| void run | ( | ) | [protected] |
Definition at line 610 of file Sandbox.cpp.
volatile TestStructure* agent [private] |