The MyEntityStateRep class contains the new mass variable
Header file:
#pragma once
#if DtHLA
#include <vrfExtObjects/extEntSR.h>
#include <stdio.h>
{
public:
{
}
{
}
virtual float mass()
const;
public:
virtual DtStateRepository*
clone(
bool copy =
false)
const;
protected:
};
{
}
{
}
{
printf(
"Mass: %lf\n",
mass());
}
{
}
{
if (copy)
{
}
else
{
}
}
#endif