vault backup: 2023-02-06 20:49:30
This commit is contained in:
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
@@ -39,15 +39,11 @@
|
|||||||
"id": "101bb28d75e60f08",
|
"id": "101bb28d75e60f08",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "canvas",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "00. Inbox/vc-fwUpdate code trace(Meetup).canvas",
|
"file": "01. 個人/01. Daily/2023-02-06(週一).md",
|
||||||
"viewState": {
|
"mode": "source",
|
||||||
"x": -202.0711027711793,
|
"source": true
|
||||||
"y": 1305.1398529276657,
|
|
||||||
"zoom": -0.5833333333333334,
|
|
||||||
"snapToGrid": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -110,7 +106,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "00. Inbox/vc-fwUpdate code trace(Meetup).canvas",
|
"file": "01. 個人/01. Daily/2023-02-06(週一).md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -127,7 +123,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "00. Inbox/vc-fwUpdate code trace(Meetup).canvas"
|
"file": "01. 個人/01. Daily/2023-02-06(週一).md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -174,13 +170,13 @@
|
|||||||
},
|
},
|
||||||
"active": "101bb28d75e60f08",
|
"active": "101bb28d75e60f08",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"00. Inbox/vc-fwUpdate code trace(Meetup).canvas",
|
||||||
"01. 個人/01. Daily/2023-02-06(週一).md",
|
"01. 個人/01. Daily/2023-02-06(週一).md",
|
||||||
"01. 個人/01. Daily/2023-02-05(週日).md",
|
"01. 個人/01. Daily/2023-02-05(週日).md",
|
||||||
"01. 個人/01. Daily/2023-02-04(週六).md",
|
"01. 個人/01. Daily/2023-02-04(週六).md",
|
||||||
"00. Inbox/Habit Tracker.md",
|
"00. Inbox/Habit Tracker.md",
|
||||||
"00. Inbox/01. TODO.md",
|
"00. Inbox/01. TODO.md",
|
||||||
"01. 個人/01. Daily/2023-02-03(週五).md",
|
"01. 個人/01. Daily/2023-02-03(週五).md",
|
||||||
"00. Inbox/vc-fwUpdate code trace(Meetup).canvas",
|
|
||||||
"01. 個人/01. Daily/2023-02-02(週四).md",
|
"01. 個人/01. Daily/2023-02-02(週四).md",
|
||||||
"01. 個人/20230214 - 日本福岡旅遊.md",
|
"01. 個人/20230214 - 日本福岡旅遊.md",
|
||||||
"04. Programming/QT/Dropdown button.md"
|
"04. Programming/QT/Dropdown button.md"
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
{"id":"eed51d8e5331c29c","x":2160,"y":-1061,"width":664,"height":156,"type":"text","text":"```cpp\nbool\nlogitech::fwupdate::backend::VideoEepromUpdateTask::Impl::PerformUpdate() {\n SendImage(ActionProgress(progress_, 90));\n ...\n RebootDevice();\n}\n```"},
|
{"id":"eed51d8e5331c29c","x":2160,"y":-1061,"width":664,"height":156,"type":"text","text":"```cpp\nbool\nlogitech::fwupdate::backend::VideoEepromUpdateTask::Impl::PerformUpdate() {\n SendImage(ActionProgress(progress_, 90));\n ...\n RebootDevice();\n}\n```"},
|
||||||
{"id":"5d03eb8ecaadd1dd","x":-970,"y":-911,"width":339,"height":181,"type":"text","text":"`vc-fwUpdate\\Frontends-developer\\LogiFWUpdate\\Ui\\LogiFWUpdateDlg.cpp`\n\n----\n`BOOL CLogiFWUpdateDlg::OnInitDialog()`"},
|
{"id":"5d03eb8ecaadd1dd","x":-970,"y":-911,"width":339,"height":181,"type":"text","text":"`vc-fwUpdate\\Frontends-developer\\LogiFWUpdate\\Ui\\LogiFWUpdateDlg.cpp`\n\n----\n`BOOL CLogiFWUpdateDlg::OnInitDialog()`"},
|
||||||
{"id":"4d601b6034046222","x":-474,"y":777,"width":861,"height":205,"type":"text","text":"```cpp\nbool silentUpdate = ci.GetOption(L\"silentupdate\") ? true : false;\nbool forceUpdate = ci.GetOption(L\"force\")? true: false;\n\nauto cli = make_unique<cliwrapper>(logfile, version, forceUpdate, recovery, launcher, restartUpdate);\n\nbool success = cli->Initialize();\ncli->InitializeTasks();\nret = cli->PerformUpdate();\n```"},
|
{"id":"4d601b6034046222","x":-474,"y":777,"width":861,"height":205,"type":"text","text":"```cpp\nbool silentUpdate = ci.GetOption(L\"silentupdate\") ? true : false;\nbool forceUpdate = ci.GetOption(L\"force\")? true: false;\n\nauto cli = make_unique<cliwrapper>(logfile, version, forceUpdate, recovery, launcher, restartUpdate);\n\nbool success = cli->Initialize();\ncli->InitializeTasks();\nret = cli->PerformUpdate();\n```"},
|
||||||
{"id":"12867a0e216a1bc9","x":-970,"y":790,"width":420,"height":179,"type":"text","text":"`vc-fwUpdate\\Frontends-developer\\LogiFWUpdate\\Ui\\LogiFWUpdate.cpp`\n\n----\n```cpp\nBOOL CLogiFWUpdateApp::InitInstance() {\n ...\n}\n```"},
|
{"id":"12867a0e216a1bc9","x":-970,"y":784,"width":420,"height":192,"type":"text","text":"`vc-fwUpdate\\Frontends-developer\\LogiFWUpdate\\Ui\\LogiFWUpdate.cpp`\n\n----\n```cpp\nBOOL CLogiFWUpdateApp::InitInstance() {\n ...\n}\n```"},
|
||||||
{"id":"60b67cb8ae948ca8","x":-944,"y":1141,"width":1390,"height":405,"type":"group","label":"namespace: clifrontend"},
|
{"id":"60b67cb8ae948ca8","x":-964,"y":1053,"width":855,"height":410,"type":"group","label":"namespace: clifrontend"},
|
||||||
{"id":"37bf2c4c95808bcf","x":-924,"y":1161,"width":533,"height":365,"type":"text","text":"```cpp\nclass cliwrapper\n{\n struct Impl;\n\npublic:\n cliwrapper(...);\n ~cliwrapper();\n\n bool Initialize();\n int\t PerformUpdate();\n void InitializeTasks();\n void InitializeTask(string taskID, string imagePath);\n void Log(string message);\nprivate:\n std::unique_ptr<Impl>\td_;\n};\n```"},
|
{"id":"37bf2c4c95808bcf","x":-944,"y":1078,"width":533,"height":365,"type":"text","text":"```cpp\nclass cliwrapper\n{\n struct Impl;\n\npublic:\n cliwrapper(...);\n ~cliwrapper();\n\n bool Initialize();\n int\t PerformUpdate();\n void InitializeTasks();\n void InitializeTask(string taskID, string imagePath);\n void Log(string message);\nprivate:\n std::unique_ptr<Impl>\td_;\n};\n```"},
|
||||||
{"id":"87dcc9769cfa192f","x":-370,"y":1161,"width":256,"height":365,"type":"text","text":"```cpp\nstruct cliwrapper::Impl\n{\n\t\n};\n```"}
|
{"id":"87dcc9769cfa192f","x":-390,"y":1078,"width":256,"height":365,"type":"text","text":"```cpp\nstruct cliwrapper::Impl\n{\n\t\n};\n```"}
|
||||||
],
|
],
|
||||||
"edges":[
|
"edges":[
|
||||||
{"id":"b621a476fd748a7d","fromNode":"35301ec811a15aa2","fromSide":"bottom","toNode":"e01a865b5a13d6e9","toSide":"left"},
|
{"id":"b621a476fd748a7d","fromNode":"35301ec811a15aa2","fromSide":"bottom","toNode":"e01a865b5a13d6e9","toSide":"left"},
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ aliases:
|
|||||||
date: 2023-02-06
|
date: 2023-02-06
|
||||||
time: 10:31:27
|
time: 10:31:27
|
||||||
description:
|
description:
|
||||||
listenSummit: 0
|
listenSummit: 1
|
||||||
anki: 0
|
anki: 1
|
||||||
readingSkill: 0
|
readingSkill: 1
|
||||||
readingCasual: 0
|
readingCasual: 0
|
||||||
深蹲: 0
|
深蹲: 0
|
||||||
啞鈴: 0
|
啞鈴: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user