comparison VMS.h @ 240:1cfcf49dc7ab

renamed Hardware_Dependent dir to HW_Dependent_Primitives
author Some Random Person <seanhalle@yahoo.com>
date Sun, 01 Apr 2012 13:53:46 -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 */