LOST  0.0.1
LOST: Open-source Star Tracker
lost::SerializeContext Class Reference

#include <serialize-helpers.hpp>

Public Member Functions

 SerializeContext (bool swapIntegerEndianness, bool swapDecimalEndianness)
 
 SerializeContext ()
 

Public Attributes

bool swapIntegerEndianness
 
bool swapDecimalEndianness
 
std::vector< unsigned char > buffer
 

Detailed Description

Definition at line 30 of file serialize-helpers.hpp.

Constructor & Destructor Documentation

◆ SerializeContext() [1/2]

lost::SerializeContext::SerializeContext ( bool  swapIntegerEndianness,
bool  swapDecimalEndianness 
)
inline

Definition at line 32 of file serialize-helpers.hpp.

◆ SerializeContext() [2/2]

lost::SerializeContext::SerializeContext ( )
inline

Definition at line 34 of file serialize-helpers.hpp.

Member Data Documentation

◆ buffer

std::vector<unsigned char> lost::SerializeContext::buffer

Definition at line 38 of file serialize-helpers.hpp.

◆ swapDecimalEndianness

bool lost::SerializeContext::swapDecimalEndianness

Definition at line 37 of file serialize-helpers.hpp.

◆ swapIntegerEndianness

bool lost::SerializeContext::swapIntegerEndianness

Definition at line 36 of file serialize-helpers.hpp.


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