libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

anonymous_namespace{main.cpp} Namespace Reference

anonymous_namespace{main.cpp} Namespace Reference

Functions

uavcan::MakeString< 22 >::Type intToString (long long n)
 This is a compact, reentrant and thread-safe replacement to standard llto().
void init ()
 Starts the clock.

Function Documentation

void anonymous_namespace{main.cpp}::init (  )

Starts the clock.

Can be called multiple times, only the first call will be effective.

Definition at line 108 of file lpc11c24/test_olimex_lpc_p11c24/src/main.cpp.

uavcan::MakeString<22>::Type anonymous_namespace{main.cpp}::intToString ( long long  n )

This is a compact, reentrant and thread-safe replacement to standard llto().

It returns the string by value, no extra storage is needed.

Definition at line 44 of file lpc11c24/test_olimex_lpc_p11c24/src/main.cpp.