You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/08/08e387ec4aa98017b512653b6c2...

20 lines
490 B
Plaintext

/**
* @file
* @brief Server/Client wide definitions.
*
* If running multiple instances of the scanserver, one can change these shared memory names individually.
*
* @author Thomas Escher
*/
#ifndef SCANSERVER_DEFINES_H
#define SCANSERVER_DEFINES_H
//! shared memory for SharedScans, Frames and communications
#define SHM_NAME_DATA "3dtk_scanserver_data"
//! CacheManager/CacheObject only shared memory
#define SHM_NAME_CACHE "3dtk_scanserver_cache"
#endif //SCANSERVER_DEFINES_H