Variables
playground-vm-description.c File Reference
#include "../../vm/natives.h"
#include "../../common/productids.h"
Include dependency graph for playground-vm-description.c:

Go to the source code of this file.

Variables

AsebaNativeFunctionDescription PlaygroundNativeDescription_energyamount
AsebaNativeFunctionDescription PlaygroundNativeDescription_energyreceive
AsebaNativeFunctionDescription PlaygroundNativeDescription_energysend
AsebaVMDescription vmDescription

Variable Documentation

Initial value:
{
        "energy.amount",
        "get the amount of energy available in pool",
        {
                { 1, "amount" },
                { 0, 0 }
        }
}

Definition at line 73 of file playground-vm-description.c.

Initial value:
{
        "energy.receive",
        "receive energy from pool",
        {
                { 1, "amount" },
                { 0, 0 }
        }
}

Definition at line 63 of file playground-vm-description.c.

Initial value:
{
        "energy.send",
        "send energy to pool",
        {
                { 1, "amount" },
                { 0, 0 }
        }
}

Definition at line 53 of file playground-vm-description.c.

Initial value:
 {
        "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.



aseba
Author(s): Stéphane Magnenat
autogenerated on Sun Oct 5 2014 23:46:39