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

Public Types

typedef BinaryDataType block_type
 

Public Member Functions

block_type & getBlock ()
 
const block_type & getBlock () const
 
void setBlock (const block_type &block)
 
 INITSERVERNODESET_BIN_FUNCTION_DEFINITION (FileList, &block_) CLIENTREAD_BIN_FUNCTION_DEFINITION(&block_) CLIENTWRITE_BIN_FUNCTION_DEFINITION(&block_) void setOnBeforeReadCallback(MessageOnBeforeReadCallback< FileList >
 
void setOnAfterWriteCallback (MessageOnAfterWriteCallback< FileList >::type cb)
 

Protected Attributes

block_type block_
 
MessageOnBeforeReadCallback< FileList >::type on_before_read_cb_
 
MessageOnAfterWriteCallback< FileList >::type on_after_write_cb_
 

Detailed Description

Definition at line 17 of file filelist.h.


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