![]() |
|
PhoenixProtocolBuffer
1.0.1
Set of tools to decode offset from protocol buffer
|
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| int | main (int argc, char **argv) |
| bool | printProtocolBufferMessage (const PPath &inputFile, size_t nbMessage, size_t firstMessageIndex, size_t offset) |
| Print the messages of the given input file. | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 15 of file main.cpp.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 50 of file main.cpp.
References createOptionParser(), and printProtocolBufferMessage().
Here is the call graph for this function:| bool printProtocolBufferMessage | ( | const PPath & | inputFile, |
| size_t | nbMessage, | ||
| size_t | firstMessageIndex, | ||
| size_t | offset ) |
Print the messages of the given input file.
| inputFile | : name of the input file to be printed |
| nbMessage | : number of messages to be printed |
| firstMessageIndex | : Index of the first message to be printed |
| offset | : offset of field to be printed |
Definition at line 34 of file main.cpp.
References phoenix_printFieldMessage().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: