DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
access.hpp
Go to the documentation of this file.
1#ifndef OKS_ACCESS_H
2#define OKS_ACCESS_H
3
4#include "oks/kernel.hpp"
5
6namespace dunedaq {
7namespace oksutils {
8 namespace access
9 {
20 bool
21 is_writable(const oks::OksFile& file,
22 const std::string& user = oks::OksKernel::get_user_name());
23 } // namespace access
24} // namespace oksutils
25} // namespace dunedaq
26
27#endif
Provides interface to the OKS XML schema and data files.
Definition file.hpp:340
static std::string & get_user_name()
Get username of given process.
Definition kernel.cpp:468
bool is_writable(const oks::OksFile &file, const std::string &user=oks::OksKernel::get_user_name())
Definition oks_access.cpp:8
Including Qt Headers.