AMS Advanced Air Mobility Sensors UG
|
Functions | |
template<typename Type > | |
void | serialize (std::vector< uint8_t > &orBytes, const Type &arg) |
template<typename FirstType , typename... Types> | |
void | serialize (std::vector< uint8_t > &orBytes, const FirstType &firstArg, const Types &... args) |
template<typename Type > | |
void | deserialize (const std::vector< uint8_t > &korBytes, uint32_t uStartIndex, Type &arg) |
template<typename FirstType , typename... Types> | |
void | deserialize (const std::vector< uint8_t > &korBytes, uint32_t uStartIndex, FirstType &firstArg, Types &... args) |
void NLibCommon::internal::deserialize | ( | const std::vector< uint8_t > & | korBytes, |
uint32_t | uStartIndex, | ||
FirstType & | firstArg, | ||
Types &... | args | ||
) |
void NLibCommon::internal::deserialize | ( | const std::vector< uint8_t > & | korBytes, |
uint32_t | uStartIndex, | ||
Type & | arg | ||
) |
void NLibCommon::internal::serialize | ( | std::vector< uint8_t > & | orBytes, |
const FirstType & | firstArg, | ||
const Types &... | args | ||
) |
void NLibCommon::internal::serialize | ( | std::vector< uint8_t > & | orBytes, |
const Type & | arg | ||
) |