/* if in simulation mode, return a random number */
/* if in simulation mode, return 1 */
if(self->iMode)
{
if(SimRandom()>=50.)
{
*iSet=1;
}
else
{
*iSet=0;
}
return1;
return1;
}
/* send an R command down to the SPS */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.