fork download
  1. m_command.x[0] = FixedResMultiply(axis_icmd->x, norm_try_x);
  2. m_command.x[2] = FixedResMultiply(axis_icmd->x, norm_try_x);
  3. printf("q %" PRIu32 " %" PRIu32 " %" PRIu32 "\n", axis_icmd->x.bitsValue(), m_command.x[0].bitsValue(), m_command.x[2].bitsValue());
  4. printf("r %" PRIu32 "\n", norm_try_x.bitsValue());
  5. m_command.x[1] = StepFixedType::importBits(axis_icmd->x.bitsValue() - m_command.x[0].bitsValue() - m_command.x[2].bitsValue());
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:13: error: ‘m_command’ does not name a type
prog.cpp:2:13: error: ‘m_command’ does not name a type
prog.cpp:3:19: error: expected constructor, destructor, or type conversion before ‘(’ token
prog.cpp:4:19: error: expected constructor, destructor, or type conversion before ‘(’ token
prog.cpp:5:13: error: ‘m_command’ does not name a type
stdout
Standard output is empty