APIs, concepts, guides, and more

◆ PrintHeader()

void PrintHeader ( std::string sampleAppName)

Print a start message to indicate that the sample app has started.

Parameters
sampleAppNameThe name of the sample application to print in the header.
Code Snippet
void PrintHeader(std::string sampleAppName)
{
std::cout << "----------------------------------------------------------------------------------------------------\n";
std::cout << "Running " << sampleAppName << " Sample App\n";
std::cout << "----------------------------------------------------------------------------------------------------\n" << std::endl;
}
[PrintHeader]
Examples
axis-configuration.cpp, calculate-acceleration-from-velocity.cpp, difference-of-position-user-limit.cpp, hello-rttasks.cpp, helpers.h, phantom-axis.cpp, point-to-point.cpp, print-network-topology.cpp, print-rttasks-summary.cpp, random-walk.cpp, record-performance.cpp, and starter-template.cpp.

Definition at line 146 of file helpers.h.