comparison VMS.h @ 241:e10973504ed3

New brch -- changing startup and shutdown to new version
author Some Random Person <seanhalle@yahoo.com>
date Sun, 06 May 2012 12:49:28 -0700
parents ce1f57e10fac
children 227cd4d33d94
comparison
equal deleted inserted replaced
117:c9f1ea498f1c 118:e6ece53bc94c
109 //AnimSlot 109 //AnimSlot
110 110
111 enum VPtype { 111 enum VPtype {
112 Slave = 1, //default 112 Slave = 1, //default
113 Master, 113 Master,
114 Shutdown 114 Shutdown,
115 Idle
115 }; 116 };
116 117
117 /*This structure embodies the state of a slaveVP. It is reused for masterVP 118 /*This structure embodies the state of a slaveVP. It is reused for masterVP
118 * and shutdownVPs. 119 * and shutdownVPs.
119 */ 120 */