Class to store information about a kit tray. More...
#include <AriacKitTray.h>
Public Member Functions | |
KitTray () | |
Constructor. | |
KitTray (std::string _trayID) | |
Constructor. | |
void | UpdateKitState (const Kit &kit) |
Update the current state of the kit on the tray. | |
~KitTray () | |
Destructor. | |
Public Attributes | |
Kit | currentKit |
The current state of the kit on the tray. | |
std::string | trayID |
The ID of the tray. | |
Protected Attributes | |
bool | kitStateChanged |
Flag for signalling the state of the tray has changed. |
Class to store information about a kit tray.
Definition at line 25 of file AriacKitTray.h.
KitTray::KitTray | ( | ) |
Constructor.
Definition at line 23 of file AriacKitTray.cpp.
KitTray::KitTray | ( | std::string | _trayID | ) |
Constructor.
[in] | _trayID | ID of the tray. |
[in] | _assignedKit | Kit assigned to the tray. |
Definition at line 33 of file AriacKitTray.cpp.
Destructor.
Definition at line 28 of file AriacKitTray.cpp.
void KitTray::UpdateKitState | ( | const Kit & | kit | ) |
Update the current state of the kit on the tray.
Definition at line 39 of file AriacKitTray.cpp.
The current state of the kit on the tray.
Definition at line 45 of file AriacKitTray.h.
bool ariac::KitTray::kitStateChanged [protected] |
Flag for signalling the state of the tray has changed.
Definition at line 48 of file AriacKitTray.h.
The ID of the tray.
Definition at line 42 of file AriacKitTray.h.