GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
notif_client Struct Reference

#include "remote-notif.h"

Public Attributes

const char * name
 
const char * ack_command
 
void(* parse )(remote_target *remote, const notif_client *self, const char *buf, struct notif_event *event)
 
void(* ack )(remote_target *remote, const notif_client *self, const char *buf, struct notif_event *event)
 
int(* can_get_pending_events )(remote_target *remote, const notif_client *self)
 
notif_event_up(* alloc_event )()
 
enum REMOTE_NOTIF_ID id
 

Detailed Description

Definition at line 51 of file remote-notif.h.

Member Data Documentation

◆ ack

void(* notif_client::ack) (remote_target *remote, const notif_client *self, const char *buf, struct notif_event *event)

◆ ack_command

const char* notif_client::ack_command

Definition at line 57 of file remote-notif.h.

Referenced by remote_notif_ack(), and remote_notif_stop_ack().

◆ alloc_event

notif_event_up(* notif_client::alloc_event) ()

Definition at line 78 of file remote-notif.h.

Referenced by remote_notif_ack(), and remote_notif_parse().

◆ can_get_pending_events

int(* notif_client::can_get_pending_events) (remote_target *remote, const notif_client *self)

Definition at line 74 of file remote-notif.h.

Referenced by remote_notif_process().

◆ id

enum REMOTE_NOTIF_ID notif_client::id

◆ name

const char* notif_client::name

◆ parse

void(* notif_client::parse) (remote_target *remote, const notif_client *self, const char *buf, struct notif_event *event)

Definition at line 62 of file remote-notif.h.

Referenced by remote_notif_ack(), and remote_notif_parse().


The documentation for this struct was generated from the following file: