![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Demonstrates how to get log and assert within the irsol
project.
More...
Go to the source code of this file.
Macros | |
#define | PROGRAM_NAME "logging-and-asserting" |
Functions | |
const std::string | getProgramName () |
Returns the program name, typically used for logging. If PROGRAM_NAME is not defined at compile time, returns "logging-and-asserting" . | |
void | demoLogging () |
void | demoLoggingWithArguments () |
void | demoPassingAssertions () |
void | demoFailingAssertions () |
int | main () |
Demonstrates how to get log and assert within the irsol
project.
Definition in file main.cpp.
#define PROGRAM_NAME "logging-and-asserting" |
void demoFailingAssertions | ( | ) |
Definition at line 62 of file main.cpp.
void demoLogging | ( | ) |
Definition at line 21 of file main.cpp.
void demoLoggingWithArguments | ( | ) |
Definition at line 34 of file main.cpp.
const std::string getProgramName | ( | ) |
int main | ( | ) |
Definition at line 90 of file main.cpp.