| Title |
Updated |
Grade |
Popularity |
Size |
|
|
Diab C/C++ Compiler for ARM User’s Guide 5.0 |
2010-05-31 |
 |
168 |
7209.89 KB |
| 25.5 Expressions
A linker expression is allowed anywhere a number is required, and is one of the
following forms from the C language:
number
symbol
unary-op expression
expression binary-op expression
expression ? expression : expre.. |
| |
|
Diab C/C++ Compiler for ColdFire User’s Guide 5.0 |
2010-05-31 |
 |
23 |
7546.2 KB |
| drand48( )
#include <stdlib.h>
double drand48(void);
Generates pseudo-random, non-negative, double-precision floating-point
numbers uniformly distributed over the half open interval [0.0, 1.0[ (i.e. excluding
1.0), using the linear .. |
| |
|
Diab C/C++ Compiler forMIPS User’s Guide 5.0 |
2010-05-31 |
 |
8 |
7476.18 KB |
| 5.4.30 Align .debug sections (-Xdebug-align=n)
5.4.31 Select DWARF format (-Xdebug-dwarf...)
5.4.32 Disable extensions to debugging information (-Xdebug-mode=mask)
-Xdebug-align[=n] Align .debug sections on specified.. |
| |
|
Diab C/C++ Compiler for PowerPC User’s Guide 5.0 |
2010-05-31 |
 |
85 |
7838.41 KB |
| wcstombs( )
#include <stdlib.h>
size_t wcstombs(char *s, const wchar_t *wcs, size_t n);
Stores a multi-byte character string in the array whose first element has the address
s by converting each of the characters in the string wcs. It.. |
| |
|
DiabC/C++Compiler forSH User’s Guide 5.0 |
2010-05-31 |
 |
24 |
7237.74 KB |
| 13.3.3 Exceptions
Exception handling provides a mechanism for responding to software-generated
errors and other exceptional events. It is implemented according to the standard.
The generation of exception handling code can be disabled .. |
| |
|
Diab C/C++ Compiler for ARM USER’S GUIDE 5.0 |
2010-05-31 |
 |
9 |
7208.92 KB |
| The symbols __SOURCE (in ROM) and __DESTINATION (in RAM) mark the
beginning of the code areas (not including the initialization code).
__DATA_ROM_START marks the beginning of data in ROM, and __TEXT_END
marks the end of the .text section i.. |
| |
|
Diab C/C++ Compiler for ColdFire USER’S GUIDE 5.0 |
2010-05-31 |
 |
9 |
7545.67 KB |
| 21.1.1 Separating parameter names from text
In the macro body, the characters ‘&&’ can optionally precede or follow a
parameter name to concatenate it with other text. This is useful when a parameter
is to be part of an iden.. |
| |
|
Diab C/C++ Compiler for MIPS USER’S GUIDE |
2010-05-31 |
 |
25 |
7475.21 KB |
| 23.4 COMMON sections
Common variables are public variables declared either:
• in compiled code outside of any function, without the extern or static qualifier,
and which are not initialized, e.g. at the module level:
int x[10];
.. |
| |
|
Diab C/C++ Compiler for PowerPC USER’S GUIDE 5.0 |
2010-05-31 |
 |
20 |
7837.63 KB |
| Rebuilding the Diab libraries requires the special “make” utility, dmake by Dennis
Vadura. dmake is shipped and installed automatically with the tools. See the
Release Note, relnote.htm at the top level of the installation directory .. |
| |
|
Diab C/C++ Compiler for SH USER’S GUIDE |
2010-05-31 |
 |
389 |
7236.93 KB |
| 7.2 asm string statements
An asm string statement provides a simple way to embed instructions in the
assembly code generated by the compiler. Its syntax is
NOTE: asm string statements are primarily useful for manipulating data in.. |
| |
|
WindRiver Tornado User’s Guide (WINDOWS) 2.2 |
2010-05-31 |
 |
40 |
4768.08 KB |
| 7.3.7 Strings
When the shell encounters a string literal ("…") in an expression, it allocates space
for the string including the null-byte string terminator. The value of the literal is
the address of the string in the newly allocated .. |
| |
|
VxWorks OS Libraries API REFERENCE |
2010-05-31 |
 |
25 |
9174.11 KB |
| selWakeup( )
NAME selWakeup( ) – wake up a task pended in select( )
SYNOPSIS void selWakeup
(
SEL_WAKEUP_NODE * pWakeupNode /* node to wake up */
)
DESCRIPTION This routine wakes up a task pended in select( ). Once a driver’s FIOSELECT f.. |
| |
|
VxWorks OS Libraries API Reference 5.5 |
2010-05-31 |
 |
18 |
9222.77 KB |
| ansiStdarg
NAME ansiStdarg – ANSI stdarg documentation
ROUTINES va_start( ) - initialize a va_list object for use by va_arg( ) and va_end( )
va_arg( ) - expand to an expression having the type and value of the call’s.. |
| |
|
WindRiver Workbench USER’S GUIDE 2.3 |
2010-05-31 |
 |
9 |
8495.54 KB |
| 1.1 Introduction
Welcome to the Wind River Workbench User’s Guide, 2.3 (Linux Version). Wind River
Workbench 2.3 is a development suite that provides an efficient way to develop
target kernels and embedded applications.
Wind River W.. |
| |
|
Tornado USER’S GUIDE(UNIX) |
2010-05-29 |
 |
18 |
4522.3 KB |
| 1.1 Introduction
Tornado is an integrated environment for software cross-development. It provides
an efficient way to develop real-time and embedded applications with minimal
intrusion on the target system. Tornado consists of the.. |
| |
|
Tornado User’s Guide(UNIX) 2.2 |
2010-05-29 |
 |
126 |
4527.92 KB |
| Comments
Place comments within code so that they precede the section of code to which
they refer and have the same level of indentation. Separate such comments
from the code by a single blank line.
– Begin single-line comments with the po.. |
| |
|
Tornado USER’S GUIDE(WINDOWS) |
2010-05-29 |
 |
11 |
4763.28 KB |
| 1.1 Introduction
Tornado is an integrated environment for software cross-development. It provides
an efficient way to develop real-time and embedded applications with minimal
intrusion on the target system. Tornado consists of the.. |
| |
|
VxWorks Drivers API REFERENCE |
2010-05-29 |
 |
15 |
2853.74 KB |
| cd2400Sio
NAME cd2400Sio – CL-CD2400 MPCC serial driver
ROUTINES cd2400HrdInit( ) – initialize the chip
cd2400IntRx( ) – handle receiver interrupts
cd2400IntTx( ) – handle transmitter interrupts
cd2400Int( ) – handle special status int.. |
| |
|
VxWorks Drivers API Reference 5.5 |
2010-05-29 |
 |
28 |
3043.53 KB |
| iPIIX4GetIntr( )
NAME iPIIX4GetIntr( ) – give device an interrupt level to use
SYNOPSIS char iPIIX4GetIntr
(
int pintx
)
DESCRIPTION This routine will give device an interrupt level to use based on PCI INT A through D,
valid values for p.. |
| |
|
VxWorks Network Programmer’s Guide 5.5 |
2010-05-29 |
 |
15 |
2784.03 KB |
|
The following code example uses a client-server communicationmodel. The server
communicates with clients using datagram-oriented (UDP) sockets. The main
server loop, in udpServer( ), reads requests and optionally displays the client’s
mess.. |
| |
|
VxWorks PROGRAMMER’S GUIDE |
2010-05-29 |
 |
23 |
3988.6 KB |
| 1.1 Overview
This manual describes the VxWorks real-time operating system, and how to use
VxWorks facilities in the development of real-time applications. This manual
covers the following topics, focusing first on basic product fu.. |
| |
|
VxWorks Programmer’s Guide 5.5 |
2010-05-29 |
 |
11 |
4002.73 KB |
| 6.4 Target-Resident Symbol Tables
A symbol table is a data structure that stores information that describes the
routines, variables, and constants in all modules, and any variables created from
the shell. There is a symbol table library.. |
| |
|
Wind River System Viewer USER’S GUIDE 4.6 |
2010-05-29 |
 |
24 |
2758.16 KB |
| 9.2.4 Zooming the Selected Range
Zooming modifies the selected range, so that the tool window shows more (zoom
in) or less (zoom out) detail. Your options for zooming are accessible from
keyboard shortcuts, the context menus of some t.. |
| |
|
Wind River Workbench USER’S GUIDE 2.3 |
2010-05-29 |
 |
55 |
4586.65 KB |
| 17.3.6 Add the Shared Library to the Target File System
Although you do not have a Shared Library binary yet, you can make provision for
the binary to be on the target file system once the system is built.
1. The File System Contents E.. |
| |
|
Tornado API PROGRAMMER’S GUIDE 2.2 |
2010-05-26 |
 |
29 |
1434.23 KB |
| 2.3.2 WDB Protocol
This section describes the Wind DeBug (WDB) version 1.0 protocol. It is the
protocol used by the Tornado target server back ends that communicate with the
WDB agent (WDB RPC, WDB Serial, and NetROM). See Figure 2-1 fo.. |
| |
|
WindRiver Tornado API Programmer’s Guide |
2010-05-26 |
 |
18 |
1448.52 KB |
| 1.1 Introduction
The central principles of the Tornado architecture are the following:
Minimal intrusion on the target, by exploiting the development host as
extensively as possible for interactive development tools.
Centralized co.. |
| |
|
VxWorks NETWORK PROGRAMMER’S GUIDE 5.5 |
2010-05-26 |
 |
106 |
2699.12 KB |
| 1.1 Introduction
This guide describes the standard VxWorks network stack, which is based on the
4.4 BSD TCP/IP release. Chapters two through nine explain how to configure
VxWorks to include or to exclude a particular network proto.. |
| |
|
WindView USER’S GUIDE 2.2 |
2010-05-26 |
 |
47 |
1666.34 KB |
| 1.1 What WindView Can Do for You
Your real-time system consists of the VxWorks operating system, your real-time
application, and the target hardware. The system involves complex interactions
among tasks, interrupts, and VxWorks system o.. |
| |
|
WindView User’s Guide 2.2 |
2010-05-26 |
 |
35 |
1739.52 KB |
| A.1 Introduction
WindView provides a flexible environment for real-time application analysis. The
functional elements ofWindViewaremodular; they can potentially be customized
or even replaced by user-defined functionality. W.. |
| |
|
WindView USER’S REFERENCE |
2010-05-26 |
 |
22 |
2507.45 KB |
| The WindView User’s Reference is a companion volume to the WindView User’s
Guide. The WindView User’s Reference contains help topics that discuss elements of
the WindView user interface, plus extensive event dictionaries. The goal is to
pr.. |
| |
|
|
|