#ifndef __CHOP_Spring__
#define __CHOP_Spring__
#define ARG_SPR_SPRING_CONSTANT (myParmBase + 0)
#define ARG_SPR_MASS (myParmBase + 1)
#define ARG_SPR_DAMPING_CONSTANT (myParmBase + 2)
#define ARG_SPR_METHOD (myParmBase + 3)
#define ARG_SPR_GRAB_INITIAL (myParmBase + 4)
#define ARG_SPR_INITIAL_DISPLACEMENT (myParmBase + 5)
#define ARG_SPR_INITIAL_VELOCITY (myParmBase + 6)
namespace HDK_Sample {
{
public:
const char *,
{
v, i, thread);
}
{ return 1; };
{ return 0; };
{ return "spring"; }
protected:
private:
int METHOD()
bool GRAB_INITIAL()
int my_NC;
int my_C;
int myChannelDependent;
int mySteady;
};
}
#endif