RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
main.cpp File Reference

Self-test application for the PersistentRepoAdapter CRUD operations. More...

#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/persistentRepoAdapter.hpp>
#include <rtctk/componentFramework/test/repositoryIfTestSuite.hpp>
#include <filesystem>
#include <string>

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 
namespace  rtctk::componentFramework::test
 

Functions

int main (int argc, char **argv)
 

Variables

std::string g_repodir = std::string("persistentRepoTest-pid-") + std::to_string(getpid())
 

Detailed Description

Self-test application for the PersistentRepoAdapter CRUD operations.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Variable Documentation

◆ g_repodir

std::string g_repodir = std::string("persistentRepoTest-pid-") + std::to_string(getpid())