![]() |
![]() |
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. | |
void | Pylon::SetProperty (int propertyId, const void *pData, size_t size) |
Set the value of a property. More... | |
void | Pylon::GetProperty (int propertyId, void *pData, size_t *pSize) |
Get the value of a property. More... | |
Function and classes for initializing the pylon runtime.