Go to the source code of this file.
{ "energy.amount", "get the amount of energy available in pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 73 of file playground-vm-description.c.
{ "energy.receive", "receive energy from pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 63 of file playground-vm-description.c.
{ "energy.send", "send energy to pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 53 of file playground-vm-description.c.
{ "e-puck ", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 1, ASEBA_PID_VAR_NAME }, { 1, "leftSpeed" }, { 1, "rightSpeed" }, { 1, "colorR" }, { 1, "colorG" }, { 1, "colorB" }, { 8, "prox" }, { 60, "camR" }, { 60, "camG" }, { 60, "camB" }, { 1, "energy" }, { 0, NULL } } }
Definition at line 32 of file playground-vm-description.c.