Aktualizr
C++ SOTA Client
Public Member Functions | Protected Attributes | List of all members
opcuabridge::FileData Class Reference
Inheritance diagram for opcuabridge::FileData:
[legend]
Collaboration diagram for opcuabridge::FileData:
[legend]

Public Member Functions

 FileData (boost::filesystem::path base_path)
 
const boost::filesystem::path & getBasePath () const
 
void setBasePath (const boost::filesystem::path &base_path)
 
const boost::filesystem::path & getFilePath () const
 
void setFilePath (const boost::filesystem::path &file_path)
 
std::string getFullFilePath () const override
 
 INITSERVERNODESET_FILE_FUNCTION_DEFINITION (FileData) CLIENTWRITE_FILE_FUNCTION_DEFINITION() void setOnBeforeReadCallback(MessageOnBeforeReadCallback< FileData >
 
void setOnAfterWriteCallback (MessageOnAfterWriteCallback< FileData >::type cb)
 

Protected Attributes

boost::filesystem::path base_path_
 
boost::filesystem::path file_path_
 
MessageOnBeforeReadCallback< FileData >::type on_before_read_cb_
 
MessageOnAfterWriteCallback< FileData >::type on_after_write_cb_
 

Detailed Description

Definition at line 10 of file filedata.h.


The documentation for this class was generated from the following files: