DBC framework
Functions
main.cpp File Reference

Created: 2026-03-13 Author: Deeaitch (Dim. Himro) More...

#include <iostream>
#include <iomanip>
#include <memory>
#include <vector>
#include <cstddef>
#include "dbc_parser.h"
#include "dbc_tree_builder.h"
#include "dbc_decode_builder.h"
#include "dbc_decoder.h"

Go to the source code of this file.

Functions

static void PrintTree (const TreeNode *node, int indent)
 
static void PrintDecodedFrame (const DecodedFrameValue &decoded)
 
int main (int argc, char *argv[])
 

Detailed Description

Created: 2026-03-13 Author: Deeaitch (Dim. Himro)

Licensed under the MIT License. See LICENSE file in the project root for full license text.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ PrintDecodedFrame()

static void PrintDecodedFrame ( const DecodedFrameValue decoded)
static

◆ PrintTree()

static void PrintTree ( const TreeNode node,
int  indent 
)
static