use MEM FI type

Change-Id: If149c4fdeaaf6fef96a99d6fe2a424d8ad0f2916
This commit is contained in:
Björn Döbel
2013-09-11 09:06:54 +02:00
parent ec969603d5
commit 32efc604e7
2 changed files with 3 additions and 1 deletions

View File

@ -158,6 +158,7 @@ void L4SysCampaign::cb_send_pilot(DatabaseCampaignMessage p)
#endif
L4SysExperimentData *d = new L4SysExperimentData;
d->msg.mutable_fsppilot()->CopyFrom(p);
d->msg.set_exp_type(d->msg.GPRFLIP);
//d->msg.set_exp_type(d->msg.GPRFLIP);
d->msg.set_exp_type(d->msg.MEM);
campaignmanager.addParam(d);
}

View File

@ -8,6 +8,7 @@ message L4SysProtoMsg {
RATFLIP = 2;
IDCFLIP = 3;
ALUINSTR = 4;
MEM = 5;
}
// registers