13.07.2015 Views

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4−10PCP Reference ManualNumerical values of these two members are:_TYPE_SIGNED_CHARACTER_TYPE_UNSIGNED_CHARACTER_TYPE_SIGNED_SHORT_INTEGER_TYPE_UNSIGNED_SHORT_INTEGER_TYPE_SIGNED_INTEGER_TYPE_UNSIGNED_INTEGER_TYPE_SIGNED_LONG_INTEGER_TYPE_UNSIGNED_LONG_INTEGER_TYPE_FLOAT_TYPE_DOUBLEoperand1 /* left side of binary or *//* right side of unary */operand2 /* right side for binary */resultThese three are of the following type, to receive and return a valueof arbitrary type:RUN−TIMEtypedef union _fp_value_union_t{char c;unsigned char uc;short s;unsigned short us;int i;unsigned int ui;long l;unsigned long ul;float f;#if ! _SINGLE_FPdouble d;#endif}_fp_value_union_t;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!