Function and classes for initializing the pylon runtime. More...
Classes | |
class | Pylon::PylonAutoInitTerm |
Helper class to automagically call PylonInitialize and PylonTerminate in constructor and destructor. More... | |
Namespaces | |
Pylon | |
Contains definitions of pylon types. | |
Functions | |
void | Pylon::PylonInitialize (void) |
Initializes the pylon runtime system. More... | |
void | Pylon::PylonTerminate (bool ShutDownLogging=true) |
Frees up resources allocated by the pylon runtime system. More... | |
void | Pylon::GetPylonVersion (unsigned int *major, unsigned int *minor, unsigned int *subminor, unsigned int *build) |
Returns the version number of pylon. More... | |
const char * | Pylon::GetPylonVersionString () |
Returns the version number of pylon as string. | |
Function and classes for initializing the pylon runtime.