|

INTRODUCTION
Overview
Download and Install
Documentation
Publications
REPOSITORY
Libraries
DEVELOPER
Dev Guide
Dashboard
PEOPLE
Contributors
Users

Project
Download
Mailing lists
|
|
|
10 #ifndef GBXSERIALACFR_LOCKFILE_H
11 #define GBXSERIALACFR_LOCKFILE_H
17 namespace gbxserialacfr {
28 : message_(message) {}
30 virtual const char* what() const throw() { return message_.c_str(); }
61 int lockPid = getpid() );
66 const std::string dev_;
|
|