CCSDSPack
C++ Library for CCSDS Space Packet manipulation. i.e. generation, extraction, analisys and more
|
Go to the source code of this file.
Functions | |
CCSDS::ResultBool | parseArguments (const 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) |
void customConsole | ( | const std::string & | appName, |
const std::string & | message, | ||
const std::string & | logLevel | ||
) |
Definition at line 52 of file exec_utils.cpp.
CCSDS::ResultBool parseArguments | ( | const 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.