void IncRate (Ptr<MyApp> app, DataRate rate)
{
    app->ChangeRate(rate);
    return;
}