PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 32

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
For example:
A '//' followed by an * will tell the compiler that the keyword which follows it will be the named
comment. The actual comment that follows it will be exported as a paragraph to the documentation
generator.
Multiple line comments can be specified by adding a : after the *, so the compiler will not
concatenate the comments that follow. For example:
Variable Comments – A variable comment is a comment that appears immediately after a variable
declaration. For example:
Function Comments – A function comment is a comment that appears just before a function
declaration. For example:
Function Named Comments – The named comments can be used for functions in a similar manner
to the Global Comments. These comments appear before the function, and the names are
exported as-is to the documentation generator.
18
//*PURPOSE This program implements a Bootloader.
//*AUTHOR John Doe
/**:CHANGES
*/
int seconds; // Number of seconds since last entry
long day,
int month, /* Current Month */
long year;
// The following function initializes outputs
void function_foo()
{
init_outputs();
}
For example:
//*PURPOSE This function displays data in BCD format
void display_BCD( byte n)
{
display_routine();
}
05/16/06 Added PWM loop
05/27.06 Fixed Flashing problem
// Current day of the month
// Year

Related parts for PCDIDE COMPILER