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

Public Member Functions

const Uptane::EcuSerialgetSerial () const
 
void setSerial (const Uptane::EcuSerial &serial)
 
Uptane::HardwareIdentifier getHwId () const
 
void setHwId (const Uptane::HardwareIdentifier &hwid)
 
const KeyType & getPublicKeyType () const
 
void setPublicKeyType (const KeyType &public_key_type)
 
const std::string & getPublicKey () const
 
void setPublicKey (const std::string &public_key)
 
 INITSERVERNODESET_FUNCTION_DEFINITION (Configuration) CLIENTREAD_FUNCTION_DEFINITION() CLIENTWRITE_FUNCTION_DEFINITION() void setOnBeforeReadCallback(MessageOnBeforeReadCallback< Configuration >
 
void setOnAfterWriteCallback (MessageOnAfterWriteCallback< Configuration >::type cb)
 

Protected Attributes

KeyType public_key_type_ {}
 
Uptane::HardwareIdentifier hwid_ {Uptane::HardwareIdentifier::Unknown()}
 
std::string public_key_
 
Uptane::EcuSerial serial_ {Uptane::EcuSerial::Unknown()}
 
MessageOnBeforeReadCallback< Configuration >::type on_before_read_cb_
 
MessageOnAfterWriteCallback< Configuration >::type on_after_write_cb_
 

Detailed Description

Definition at line 12 of file configuration.h.


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