use MEM FI type
Change-Id: If149c4fdeaaf6fef96a99d6fe2a424d8ad0f2916
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
@ -8,6 +8,7 @@ message L4SysProtoMsg {
|
||||
RATFLIP = 2;
|
||||
IDCFLIP = 3;
|
||||
ALUINSTR = 4;
|
||||
MEM = 5;
|
||||
}
|
||||
|
||||
// registers
|
||||
|
||||
Reference in New Issue
Block a user