| 561 | } |
| 562 | |
| 563 | void BpRootCmdTarget::Tick() |
| 564 | { |
| 565 | BPCMD_PREPARE; |
| 566 | |
| 567 | BPCMD_RESERVE(1 + 8); |
| 568 | BPCMD_MEMBER(uint8) = BpCmd_Tick; |
| 569 | BPCMD_MEMBER(int64) = GetTimestamp(); |
| 570 | BPCMD_END(); |
| 571 | } |
| 572 | |
| 573 | void BpRootCmdTarget::KeepAlive() |
| 574 | { |
no test coverage detected