MagAO-X
Operations Applications Utilities Source
MagAOX::logger::git_state::messageT Struct Reference

The type of the input message. More...

#include <git_state.hpp>

Inheritance diagram for MagAOX::logger::git_state::messageT:
Inheritance graph
Collaboration diagram for MagAOX::logger::git_state::messageT:
Collaboration graph

Public Member Functions

 messageT (const std::string &repoName, const std::string &sha1, const bool modified)
 Construct from components. More...
 

Public Attributes

flatbuffers::FlatBufferBuilder builder
 

Detailed Description

The type of the input message.

Definition at line 35 of file git_state.hpp.

Constructor & Destructor Documentation

◆ messageT()

MagAOX::logger::git_state::messageT::messageT ( const std::string &  repoName,
const std::string &  sha1,
const bool  modified 
)
inline

Construct from components.

Parameters
[in]repoNamethe name of the repo
[in]sha1the SHA1 hash of the repo
[in]modifiedthe modified status (true or false)

Definition at line 38 of file git_state.hpp.

Member Data Documentation

◆ builder


The documentation for this struct was generated from the following file: