2
0
forked from Ivasoft/DSView

able to specify the protocol's data display format, for bin/ocx/hex/dec/ascii..

This commit is contained in:
dreamsourcelabTAI
2021-10-15 17:26:50 +08:00
parent ea11b48470
commit a80151e3c0
27 changed files with 1126 additions and 258 deletions

View File

@@ -41,6 +41,7 @@
#include "mystyle.h"
#include "pv/devicemanager.h"
#include "pv/mainframe.h"
#include "pv/config/appconfig.h"
#include "config.h"
@@ -186,6 +187,8 @@ int main(int argc, char *argv[])
// Load the protocol decoders
srd_decoder_load_all();
#endif
//load app config
AppConfig::Instance().Load("./appconfig.json");
try {
// Create the device manager, initialise the drivers