|
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 std::int32_t argc, char *argv[], std::unordered_map< std::string, std::string > &allowedMap, std::unordered_map< std::string, std::string > &outArgs, const std::set< std::string > &booleanArgs) |
| 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) |
| Prints log to console adding various information about. | |
| void customConsole | ( | const std::string & | appName, |
| const std::string & | message, | ||
| const std::string & | logLevel = "INFO" |
||
| ) |
Prints log to console adding various information about.
| appName | |
| message | |
| logLevel |
Definition at line 51 of file exec_utils.cpp.
| CCSDS::ResultBool parseArguments | ( | const std::int32_t | argc, |
| char * | argv[], | ||
| std::unordered_map< std::string, std::string > & | allowedMap, | ||
| std::unordered_map< std::string, std::string > & | outArgs, | ||
| const std::set< std::string > & | booleanArgs | ||
| ) |
This is the source file that holds the execution logic of ccsds_encoder binary file.
Definition at line 12 of file exec_utils.cpp.