CCSDSPack
C++ Library for CCSDS Space Packet manipulation. i.e. generation, extraction, analisys and more
|
#include "CCSDSResult.h"
Go to the source code of this file.
Enumerations | |
enum | ErrorCodeExec : uint8_t { ARG_PARSE_ERROR = 14 , CONFIG_MISSING_PARAMETER = 15 , INVALID_INPUT_DATA = 16 , OTHER = 17 } |
Functions | |
CCSDS::ResultBool | parseArguments (int argc, char *argv[], std::unordered_map< std::string, std::string > &allowedMap, std::unordered_map< std::string, std::string > &outArgs) |
This is the source file that holds the execution logic of ccsds_encoder binary file. | |
void | customConsole (const std::string &appName, const std::string &message, const std::string &logLevel="INFO") |
enum ErrorCodeExec : uint8_t |
Enumerator | |
---|---|
ARG_PARSE_ERROR | Error Parsing argument. |
CONFIG_MISSING_PARAMETER | |
INVALID_INPUT_DATA | |
OTHER |
Definition at line 9 of file exec_utils.h.
void customConsole | ( | const std::string & | appName, |
const std::string & | message, | ||
const std::string & | logLevel = "INFO" |
||
) |
Definition at line 52 of file exec_utils.cpp.
CCSDS::ResultBool parseArguments | ( | int | argc, |
char * | argv[], | ||
std::unordered_map< std::string, std::string > & | allowedMap, | ||
std::unordered_map< std::string, std::string > & | outArgs | ||
) |
This is the source file that holds the execution logic of ccsds_encoder binary file.
Definition at line 12 of file exec_utils.cpp.